Skip to main content
Planview Customer Success Center

Workflow job is not processing the entities listed in WorkflowTrigger table

Symptoms
Workflow job is not processing the entities listed in WorkflowTrigger table, as a result the expected auto transitions do not occur. There are no errors in Changepoint event log, and the job runs with no failure message when executed from the command line.

Error/warning messages
There is an error message in Application event log:

ProcessAutoTransition() -- [...a custom error message...].


Reason
The workflow fails to complete the processing of one request due to a custom stored procedure using RAISERROR for logging an error to Application event log, which causes the job to terminate without processing the rest of the entities listed in the WorkflowTrigger table.

 


 

Resolution
Instead of using RAISEERROR, in cases where a validation check is required, redirect the workflow to an Action Step so that the step assignee is aware of the validation failure.