Replies: 1 comment 1 reply
-
upon investigation, I realised the workflow executed activities property is never populated. So I’ve implemented my own workflow manager based on the code in the master branch. However I noticed the dev branch has quite a few changes, especially with respect to locking and atomicity. Are those important changes? At this point I’m saving the snapshot of the state and the execution time as a json string into the workflow executedActivities property and then rendering it for the workflow details page. Happy to share my code if anyone is interested. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently debugging workflows is hard, and I usually have to log their inputs and outputs to properties to debug the workflow. is there any way to enable general logging for the faults and errors to display in the workflow state json?
I noticed in the workflow module, there is this chunk of code which hints at a future logging feature, where can I learn more about it?
Beta Was this translation helpful? Give feedback.
All reactions