If you do not want the Parent Process flow to wait for the completion of a sub-process that is spawned by the parent process then follow these instructions:
If you use "Spawn" action to call a child process flow (with "Wait For Child" property as "true"), then parent process flow will wait at the end for all child process flow to finish off. If log level of parent process flow is set to "Debug", then you will see the corresponding message in process flow logs as well. If you don't want parent process flow to wait for child process flow at the end, then set "Wait For Child" property as "false" for spawn action in parent process flow.
Comments
0 comments
Article is closed for comments.