SOLVED
Workflow logs in a file
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
MadhavTR
7 - Meteor
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Developer
3 REPLIES 3
KGT
12 - Quasar
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Raj
16 - Nebula
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
2 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the reply. Worked for me.
