How to create flow once task is closed in another flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 11:40 PM
Hi Team,
I have a flow, In that flow I have two tasks, once the two tasks got closed, I need to create another flow, with different actions.
How to add two tasks closed condition in flow or subflow to create new flow, based on the task closer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 11:46 PM
Hi Gopal,
To create a new flow that triggers when two tasks are closed, follow these steps:
・Create a Subflow: Make a subflow that will check if both tasks are closed.
・Add a Wait Condition:
‐ Use the "Wait for Condition" action to monitor the task status. Set the condition to check if both tasks are marked as "Closed."
・Trigger the New Flow: Once both tasks are closed, use the "Create Flow Data record" action to start your new flow with the required actions.
・Link the Subflow: Call this subflow from your main flow after the tasks are created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 12:02 AM
Hi @MizukiNakanish ,
What I need to give in Input and output?
How can I check this "Make a subflow that will check if both tasks are closed."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:10 AM
Can you use multiple "Wait for Condition" actions and, within each action, select an already created task to check if its state is closed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:25 AM