- The maximum concurrent / parallel OIC Scheduled flows limit is 2 per managed server.
- In case of a 2 node cluster, 4 scheduled flows can run in parallel.
Jobs of scheduled integration flows are controlled by IcsFlowIncompatibility property.
If user chooses to run the integration flow using ad hoc submit Now option, tgen IcsFlowIncompaProp of thr schedule job will be like:
<FlowCode>:<MajorVersion>:RunNow
If user defines a schedule for the integration flow and starts it, then IcsFlowIncompatProp of the scheduled job will be:
<FlowCode>:<MajorVersion>:SCHEDULENAME
Job incompatibility will restrict jobs with same IcsFlowIncompatprop value from running in parallel.
Hence,
- 2 submit runs of the same flow can not run in parallel.
- 1 submit run and 1 scheduled run can run in parallel.
No comments:
Post a Comment