Skip to end of banner
Go to start of banner

Debug Permanent Workflows

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

  1. If your permanent workflow is performing a critical task and you want to debug it, you can first disable your permanent workflow by unchecking the Enabled checkbox.

image-20240626-205748.png

  1. Open your permanent workflow in Workflow Studio, drag the line coming out of the ClaimWF activity, and join it with the DoWork system code activity.

image-20240626-215301.png

image-20240626-215348.png

  1. Now, in the code (DoWork_ExecuteCode), place logging wherever you want to place it.

image-20240626-220520.png
  1. Publish the permanent workflow from Workflow Studio and also in the EmpowerID UI.

  2. Now go to the workflows page, search for your permanent workflow, run it, and check the logs in DebugView or EventViewer.

  • No labels