Workflow is getting cancelled at the End Activity

Kusuma2
Kilo Guru

Hi,

I have designed the workflow in which catalog tasks should generate parallel.

And I have added the wait for condition to check all the catalog Tasks are completed or not.

But My problem is The Workflow is getting cancelled at the End. Any Reasons.?

In the properties I have changed the maximum count activity to 200.But no luck.

 

5 REPLIES 5

DirkRedeker
Mega Sage

Hi

Seems as if you are missing a "JOIN" Activity, to "collect" all open paths of the workflow.

If there are some "running" Activites, while even ONE of the paths already reaches the End, the Workflow will be "cancelled". This is correct, because in fact, the still running Activites and their paths will be cancelled.

Let me know, if that answers your question and mark my answer as correct/helpful.

BR

Dirk