filmov
tv
Creating a Dynamic fork in Conductor
Показать описание
The Dynamic Fork creates asynchronous forks in your workflow - where the number of forks is determined at runtime. This makes it one of the more complicated tasks to create in Conductor.
IN this video we create the Dynamic fork (that's the easy part), but also talk through a couple of ways to create the data required for a dynamic fork to run. There are 2 JSON arrays that must be added for each Dynamic fork:
dynamicTasks - a list of the workers and unique taskReferenceNames for each fork that will be created.
dynamicTasksInput - for each of the tasks created in the first JSON list, we need to define the input parameters.
IN this video we create the Dynamic fork (that's the easy part), but also talk through a couple of ways to create the data required for a dynamic fork to run. There are 2 JSON arrays that must be added for each Dynamic fork:
dynamicTasks - a list of the workers and unique taskReferenceNames for each fork that will be created.
dynamicTasksInput - for each of the tasks created in the first JSON list, we need to define the input parameters.