How to set RITM state to work inprogress, when task is in work inprogress using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 11:47 PM
Hi Team,
How to set RITM state to work inprogress, when task is in work inprogress using flow designer.
I have created a flow, in flow I have task when task is in work in progress state, I need to set RITM state to work inprogress.
How can I achieve this in flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 12:02 AM
Hi @Gopal14
You can simply use If condition in your flow in which you can specify your condition i.e when cat_task is in progress then use action 'update record 'action there to update its state
If my answer helped you in any way, then mark it as helpful or correct. This will help others finding a solution.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 12:11 AM
Hi @raj chavan
Is it in below way,
I have tried in that way, however it is not working.
I have wait is checked in my first catalog task, If I removes wait directly it is creating both tasks at same time. I don't want like that. After closing first task, it needs to create second task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 12:25 AM - edited 11-21-2024 12:26 AM
This Thread can help to support you use case
Basically when state is set to closed complete the active field will automatically set to false so you can use active field also in this validation so you can create 2nd task after closing 1st one
Thank you !
If my answer helped you in any way, then mark it as helpful or correct. This will help others finding a solution.
Thanks,
Raj