Hi All,
I have built a workflow. Can i record the logs in a file so that i can refer to it later if something breaks in production?
Thanks
Solved! Go to Solution.
Under Options > User Settings, set a logging directory. Then the output log will go there.
If running on server, then that should all be enabled and also accessible via API (I am kinda confident on).
You can also use Test/Message/Count Records etc and create your own log in the workflow, then write that out to somewhere, but that's entirely manual.
Under Workflow Configuration > Events, set up an event to trigger when the workflow fails.
Use a batch file to log the error or notify via email.
Thanks for the reply. Worked for me.