Workflow not triggering on custom table as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 11:21 AM - edited 07-02-2023 11:52 PM
I created a workflow on a custom table. The conditions on the workflow I'm testing are as below image. This workflow is supposed to triggered after a different workflow makes an update to the record. I verified the version exists in workflow version table and is published and is accurate.
When I tested this by flipping substate directly on the record at the time of creation , the new workflow is getting triggered as expected. But the Workflow didn't trigger when it hit that particular stage through update from different workflow (Uses set value activity) , but triggered right after the substate moved to a new substate after closing task, which is few minutes to rule out any timing issue. I never set the filter to "Changes from" the substate I needed. Verified history on the record to see timings of substate update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 12:44 PM
Hello @Kumar38
Greetings!
here's few things you can try.
1) check if the workflow is being checked out
go to wf_workflow_version.list and search for the workflow that you are missing. Check if it's there. It might be unpublished. publish it
2) Try adding hasWorkflow attribute to the table and see if it works
please hit the Thumb Icon and mark as Correct if it helped !!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 10:53 PM
Hello @Kumar38
Greetings!
Any feedback on my reply? were you able to resolve the issue?
Help others to find a correct solution by marking the appropriate response as correct answer and helpful!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 11:05 PM
Hi,
I updated the question with my observation , Issue seems little weird.
