Symptoms
Workflow fails to call multiple subprocesses when calling child processes via assync
Diagnoses
Hello Labs,
I have a workflow setup. where a parent workflow will call an activity with slots per destination using a smo as a datasource.
inside the above named activity, a ipc event is called to call a sub child process.
I have discovered that if the child process is called via assync, then 1 parent process and only 1 child process is processed, the others look like that they completed but infact they are empty.
If i update the workflow to sync then the parent and the mulitple sub child processes all run successfully.
Resolution
Bug has been verified and logged . I have not been able to find a workaround other than setting the IPC to sync . Please let me know if this is workable for now