Workflow Logs
There is a detailed Workflow logger that details the execution of workflows, including when every step starts and stops, and the current step changes.
To use logs effectively while developing workflows:
|
1.
|
Capture detailed logs during development by setting the log level to Debug. This can be done in Real-Time Designer. |
|
2.
|
If required, add your own custom logs. Only add logs that are essential. SeeAdding Custom Logs. |
|
3.
|
To view the logs, search for Workflow. You can also use LoggerFilter.exe. |
|
4.
|
Once you deploy the solution in runtime, set the log level back to Error. |