- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 05:10 AM - edited 06-23-2023 04:17 AM
Hi,
1. When Tasks are closed, RITM is not getting closed. (RITM should close once the Catalog Task is closed)
2. When RITM is cancelled/closed Tasks should cancel or close . Approvals No longer required.
Code does not work. The Tasks are getting closed just fine but the RITM state automatically moves to "Closed Incomplete" though I am marking it as Closed Complete , once the form reloads it moving to closed incomplete. Not sure why.
3. Once the RITM is closed REQ is not getting closed and still "Active".
Please help me fix this issue!
Thanks,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 04:20 AM
This happening because your workflow is attached to the RITM and it is still going to proceed with the flow. There is only one functionality which cancel the workflow upon ritm cancelation.
If you close complete the RITM and there is still few activities in the workflow to be executed. it will execute that.
Make sure to close RITM upon completion of Workflow. you can do one thing before this activity. You can put a if statement and check if RITM is closed complete or not and according proceed the flow.
Please mark it Correct if it resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 05:40 AM
When I have tried to debug the business rule this is what I got.
This is the condition defined for "Closed Tasks due to cancellations" - OOB
Can I add a condition for "Closed Complete"?
Thanks,
Vaishnavi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 11:22 AM - edited 06-28-2023 01:49 AM
Hi,
I have made progress
For some of the requests its getting closed correctly.
The RITM is getting closed correctly. Even the tasks.
But the 4th Task which is created after the closure of 3rd task is created in Open state.
Here the 3 tasks are created as soon as we submit the RITM. so when RITM is closed 3 tasks get closed but the 4th task is opened. How can I avoid this?
Is it possible?
Thanks,
Vaishnavi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 03:30 AM
can you share the workflow please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2023 03:37 AM - edited 06-29-2023 10:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2023 04:20 AM
This happening because your workflow is attached to the RITM and it is still going to proceed with the flow. There is only one functionality which cancel the workflow upon ritm cancelation.
If you close complete the RITM and there is still few activities in the workflow to be executed. it will execute that.
Make sure to close RITM upon completion of Workflow. you can do one thing before this activity. You can put a if statement and check if RITM is closed complete or not and according proceed the flow.
Please mark it Correct if it resolves your query.