Netflix Conductor Workers for a complex Workflow
This is a base for any Netflix Conductor Orchestrator installation, no matter if it’s a Docker or a traditional installation.
Mockito 1.9.5
Any other Libraries that may be used in each worker (JDBC, REST API, ISO-8583 parser, etc)
This project consist of 3 packages:
In this example, this worker Driver is a simple Main() Class, but it can be easily modified to work as a SpringBoot Application (If you’re planning to run it in a virtual server, such as AWS EC2 or Google Compute Engine), a Docker container (If you’re planning to run it in a container HUB such as AWS ECS) or in a Serverless Architecture (Such as AWS Lambda).