Parallel Load Implementation

Hi,

I would like to run workflow in parallel like if Workflow 1 and workflow2 are independent, which means we want them to run parallel (It should not wait for the completion of workflow1 to start workflow2). So we can’t connect both the workflows together.

Now, we want if either of the workflow1 or workflow2 error out, it should not impact other one and complete the job without terminating workflow

Hi,

In that use case you can use OR operation and join all the RunWorkflow item to OR operator and change all the link types to Run Always by doing that all the workflow objects will run parallelly and will not impact other flows and you can see all the errors in job monitor

I have attached the screenshot for your reference. Let us know if this resolved your issue.
MicrosoftTeams-image (14)