- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 10:55 PM
Hi All,
I have a Change record that is not creating Change tasks. I need to check where the WF is stuck and why it is not creating tasks. But on my Change record there is no 'Show Workflow' related link. How can I go about this, Please help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:07 PM
Hello,
Go to the UI action of change request and check for "Show workflow" UI action.
Check for the condition in the UI action. The OOB condition is as below which says the the CR should not be a new record and should have a workflow attached to it only then it will show workflow:-
!current.isNewRecord() && (new Workflow().hasWorkflow(current))
Check in the condition has been updated in your instance.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:01 PM
Hi,
You can check in workflow editior for Change .
Open the workflow in the workflow editor and use the menu to select Properties -> check condition of work flow(see that it matches the condition of your record.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:03 PM - edited 10-10-2022 11:04 PM
Hi,
Make sure your workflow for change request is active and published.
Also, check the conditions in properties.
Also, take a look at supportive kb -
We are not able to see the "Show Workflow" related list option for some change requests
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:07 PM
Hello,
Go to the UI action of change request and check for "Show workflow" UI action.
Check for the condition in the UI action. The OOB condition is as below which says the the CR should not be a new record and should have a workflow attached to it only then it will show workflow:-
!current.isNewRecord() && (new Workflow().hasWorkflow(current))
Check in the condition has been updated in your instance.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2022 11:28 PM
First you need to make sure that you have one for the Change:
Workflow -> History
If you don't have there workflow for Change, then go and check why it hasn't started - other replies will tell you how!