Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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.pngImage Added

  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.pngImage Added

image-20240626-215348.pngImage Added

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

image-20240626-220520.pngImage Added
  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.

image-20240627-212425.pngImage Added

After debugging the permanent workflow, donā€™t forget to reconnect the lines to their original configuration in your Workflow Designer and publish it.