workflow.py
and place it in your project directory.
<workfspace-fqn>
with the workspace fqn which you can find on the UI.
3
, then only 3
map task will run at a given interval of time and the next 3
map task will run only when first 3 task are completed, so it runs in a batch of n
numbers of mapped tasks.
If the concurrency is not set then the workflow runs as many task concurrently as possible.3
, so a batch of 3
map task will run at a given period of time.