Configured a sub process using call activity, and initiated the parent process.
Both parent and child process are running.
When I suspend the parent process child process is still active and running.
Is it intentional or an issue?
If do we want to suspend child process also when parent process suspend how to achieve this behavior?
Hey @HarishArawala,
This is intentional.
You should be able to do this in the same way you are doing it for the paren process.
Cheers,
Filip