RITM is getting completed even if all the catalog tasks are not completed with flow attached tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 02:53 AM
Hi,
I have an existing workflow with sub workflows attached using Join activity. I have also called a flow designer(which is triggering multiple tasks) within the workflow.
When the workflow tasks are getting completed the RITM is getting completed without waiting for the Flow designer tasks to be completed.
Can you suggest a way that can be applied before the Join activity in the workflow so that it checks or waits for all the tasks to be completed then the RITM gets completed.
Please let me know the solution if we can do something on this.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 06:17 AM
can you please post your workflow image ? do you have compete state in workflow executed ? maybe that is closing RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 07:17 AM
Hi Ravi,
Please check the below screenshot. The highlighted is calling the flow which is having multiple tasks based on certain conditions. However, the ritm is getting completed without the tasks from the flow is getting completed. I guess its not recognizing the tasks from the flow.
can you help ?
Many Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 08:04 AM - edited ‎05-14-2024 08:04 AM
is your workflow proceeding to the next step after that run script and running them ? i think that will close the RITM if it runs All tasks Join step. if that is the case trying wait step in workflow for the tasks created in sub flow to finish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 08:35 AM
Hi Ravi,
Do you mean putting a wait condition before join ?