- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 07:47 PM
I have a Service Catalog item with a "start date" variable. I need the workflow associated to the catalog item to create a task one day before that start date or same day of "start date" or after that start date.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 08:40 PM
Hey @allagadda
If you want to go with Workflow you can utilize the Wait for condition activity and set the conditions like below screenshot and connect it to the task activity to create a task when the condition met.
WF
Condition:
(=tested)
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 08:40 PM
Hey @allagadda
If you want to go with Workflow you can utilize the Wait for condition activity and set the conditions like below screenshot and connect it to the task activity to create a task when the condition met.
WF
Condition:
(=tested)
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 09:12 PM
Hi @allagadda
You can also achieve the same through flow something like below:
Hope it helps
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 08:29 AM