Workflow activity is getting skipped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018 01:33 AM
Hello Experts,
I need help with workflow
I have started creating a requested item whic can be requested on anyone's behalf i.e. While raising is I have flexibility to choose "requested for" , now the requirement is that approval should go to requested for's manager and then requested item should go in fulfillment status
I ave created requested item and a workflow , however it is skipping the approval step and going to fulfillment stage directly.
Using client script on requested item table, i have found that manager is being setup correctly, however still the workflow is not being followed.
Can someone please help here ?
Regards!
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018 04:02 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2018 04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 09:43 AM
Hello Ziaur,
I have got the issue, Actually there is one default workflow setup on sc_request table which says "autoapprove request if price is <1000 " that is why my workflow is not being executed correctly.
Now, my question is that how do i disable that workflow without deleting it ?
Regards!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2018 09:52 AM
Set it to inactive in the workflow editor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2018 12:18 PM
Hi Uma,
If you want to stop attaching "Service Catalog Request" workflow to request table then change the value of "If condition matches" field to "--None--". By doing this change workflow will not attach to request automatically, unless you write a script to start the workflow.
Thanks
Ziaur Rahman