- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:08 AM
Hi,
I want a change request to move automatically from Scheduled to Implement state, at the planned start date/time.
I have created a Flow to change from Scheduled to Implement state, at the planned start date/time. but in flow
Wait For Condition if not working:
In Wait For Condition I have used script in condition.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:16 AM
Try using the wait for duration of time Flow Logic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:28 AM
What will be the trigger condition ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:31 AM
Same trigger condition you had.
Just instead of the wait for condition action, use this one instead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 11:15 AM
Hi Mike,
This solution works, however, if there is a modification to start date, flow keeps waiting for the initial date given instead of taking new value. How can we fix this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:40 AM
This will work but i need if some change pass the planned start date/time then this flow should not execute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:43 AM
maybe add to your trigger condition?
Or a parallel wait for condition and abort the flow when it meets those conditions.