Need to create the task depending on another task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 12:59 AM
Hi All,
Can someone help me on the below query.
I want to create the task for life cycle evnt cases if one task is closed completed based on that anther task needs to create
Mobile phone is require?
Yes
No
if it Yes another task needs to create and state closed complete
If it is No task will not create
created two sub flows how i need to give the trigger conditions for both
two flows are different.
Please help me how to give the trigger condition to create the task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 03:42 AM
@nikhitha24 This is achievable using single subflow and call that subflow from Activity of Lifecycle event.
Subflow :
Trigger condition -
Step1 -
Step2 -
Step 3 -
Call this subflow from activity of lifecycle event
If you don't to call it from Lifecycle event flow then you can simply create flow and above steps into it.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 11:00 PM
Thank you for the reply
need to help on how to trigger flow condition if two sub flows are different
In my case i have one task created in one sub flow and other task created in other sub flow
based on one task another task will close complete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 11:07 PM
@nikhitha24 Why are you creating two subflows, you can create a single subflow and achieve this requirement as I mentioned above