Workflow is getting cancelled at the End Activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2018 03:27 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2020 10:36 AM
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