Workflow version is invalid with Critical Errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:24 AM
Hi,
I need help, the requirement is if business application "A" is selected then only one catalog task should be created and assigned to the "service desk". For all other applications, the flow should create two-catalog task as usual. Now I added 2 steps the "IF" and "Create a Catalog task" that assigns the request.
I added the below steps
- An "If" condition to check for Business Application "A"
- A "Create Catalog Task" step to assign the request to the Service Desk
Now error: This workflow contains 5 unattached transitions.
Regards
CarolMa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 07:46 AM
There is nothing connecting to the "set to in progress" set values at the beginning of your workflow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 02:58 PM
The workflow is packed very tightly so I am unable to see the exact connections from each path. However, you do have the "Set to In Progress" unconnected. You have it connected to something after, but nothing at the beginning. There should be a path to it and from it.
Should it be set to "In Progress" after it is Approved? If it is, then place it between the Approval Action and the IF Statement.
If you can enlarge the WF image, or separate the diagrams, we can help you pinpoint where there may be a connection missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 04:53 AM
@Isela Phelps @rachelconstanti
Appreciate the assistance. Something else popped up now the if statement always returning "no" how can i fix this:
used the script below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 10:01 AM
Rather than use the advanced section and a script, try using the condition section of the 'IF' activity properties.
Add a filter condition
Choose field - select variables; then select your catalog item, then the variable. This will create the 'if' statement with a yes/no output - you then just need to connect the yes and the no.