Hi,
I have a workflow that spawns a child workflow under certain conditions. Otherwise, it does something else. When I look in the process sessions of the parent workflow process, the process progress entries say that the execution has been successfully completed with a green checkmark beside the first and only stage. However, it's unclear which path the workflow took. Did it spawn a child workflow or did it follow the steps in the "otherwise" condition? Logically, I would expect the child workflow process sessions to have entries for when they get spawned, but I'm not seeing any that correspond to the parent process sessions I'm interested in (there were multiple executions of the parent process today, but no child process executions). Does this mean that the "otherwise" path was taken during the parent process execution? If yes, are there any exceptions to that assumption?
Thanks,
Artemy
*This post is locked for comments