- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 12:38 PM
I am creating a catalog item workflow, the problem is that it is not triggering until you manually approve the request. I know that to fix this I need to change the begin condition from "Always" to "If condition matches". How can i make the condition so it triggers even if the request says pending approval.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 12:56 PM
Change the Begin Condition in the workflow from “Always” to “If the condition matches”, then set the condition as:
•[Requested Item → State] [is not] [Cancelled]
•[Requested Item → State] [is not] [Closed]
This will trigger the workflow even if the request is pending approval.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 12:56 PM
Change the Begin Condition in the workflow from “Always” to “If the condition matches”, then set the condition as:
•[Requested Item → State] [is not] [Cancelled]
•[Requested Item → State] [is not] [Closed]
This will trigger the workflow even if the request is pending approval.