Orchestration (Integration) scenarios
- Calling a Job and passing the parameter needed to the called Job
- Executing a Job multiple times using a loop
- Handling files before and after the execution of a data Job
- Iterating on a list and retrieving the values
- Iterating on files and merge the content
- Parallelizing/synchronizing subJobs execution
- Passing a value from a parent Job to a child Job
- Propagating the buffered output data from the child Job to the parent Job
- Replicating a flow and sorting two identical flows respectively
- Running a list of child Jobs dynamically
- Transforming a list of files as data flow
- Transforming data flow to a list
- Waiting for a file to be created and continuing the iteration loop after a message is triggered
- Waiting for a file to be created and stopping the iteration loop after a message is triggered
- Waiting for insertion of rows in a table
- Sorting the customer data of large size in parallel