Dear all
i do have a bug in one of my workflows and i could not find it yet.
in order to help me understand what is going on in details, i created a new entity called LOG, and i am creating a LOG record before or after each step in order to capture certain values to help me find out what is the bug.
but, creating LOG records does not take place , i tried both synchronous and asynchronous but my LOG is not populated with new records.
this made me ask how the workflow works in terms of committing or rolling back transactions when errors occur.
i hope someone explains this to me, and will be great if there is a better way to debug what happens inside a workflow.
thanks,