- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 05:55 PM
How do I program a workflow to pause until a reply is received?
1. Workflow is triggered.
2. Based on a condition, a notification email is sent.
3. I would like the workflow to pause until a reply is received from the email sent in step 2.
How would I do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 06:32 PM
Hi @Randy33 ,
What kind of reply you are expecting and from whom? Like some team or a person from a team.
In those case u can create a task in workflow.
There will be create catalog task activity in workflow which has an out of the box feature of waiting untill response is received from the respective group. Once the task is closed then it moves forward.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 06:10 PM
Hi
You can use wait for condition activity in the workflow.
Thanks
Sai venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 06:32 PM
Hi @Randy33 ,
What kind of reply you are expecting and from whom? Like some team or a person from a team.
In those case u can create a task in workflow.
There will be create catalog task activity in workflow which has an out of the box feature of waiting untill response is received from the respective group. Once the task is closed then it moves forward.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 09:02 PM
Hi @Randy33
To achieve this, you can follow these steps:
Check if there is any State in the current record that represents it's currently waiting for a response from the email.
If such a state exists, you can create an Inbound Action to update the record to the next state when a response is received from the notification.
In the workflow, utilize the "Wait For Condition" step, which will be based on the state indicating that a reply has been received, to proceed further.
This approach allows you to pause the workflow until the specified condition is met, ensuring that the workflow advances only when a response is received.
Cheers,
Tai Vu