Message Boards

updateStatus() method of Workflow is not working correctly

Nay Yi, modified 3 Years ago.

updateStatus() method of Workflow is not working correctly

New Member Posts: 4 Join Date: 1/7/21 Recent Posts

In multil-level workflow,  I would like to do some extra fields to update in DB when shifting from one task node to another task node. For example , when Approval1 task node is approved ,  do some logic in updateStatus() and then move to Approval2 task. The shifting from Apporval1 to Approval2 task node is correctly worked and but not called  override method : updateStatus() in service builder project. Can anyone help to advice it ?