Workflow not triggering on custom table as expected.

Kumar38
Kilo Sage

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. 

 

Kumar38_0-1688322087497.jpeg

 

 

 

3 REPLIES 3

Ravi Chandra_K
Kilo Patron
Kilo Patron

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.

 

Ravi Chandra_K
Kilo Patron
Kilo Patron

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.

Hi,

 

I updated the question with my observation , Issue seems little weird.