function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sgribisgribi 

Calling Invocable Process from Parent Process Builder workflow not working

I have a Process Builder workflow, that is triggered from a Platform Event (related to Cases). The Proces Builder workflow executes fine except that it does not call a sub-process (Invocable) action. Conceptually, the parent process determines that we should send a Case Close notification, and the sub process should then select the correct email template.

If I put the repetitive conditional logic in the parent process, and assign the send email message action there, all works as expected.

Am I doing something wrong in the assignment of the Case sobject to the sub-process? Is this a process builder bug?
User-added image