Hello,
I'm working on a series of Cloud workflows that are invoked by each other. In on-prem environments, the Invoke Workflow activity allows me to set the starting entry of the invoked workflow, but I don't see a way to do that in Cloud. I have some workarounds in my head involving passing the Entry ID as an input parameter to the invoked workflow, but wanted to check here first and see if I'm missing something.
I usually add some starting rules to these invoked workflows so that certain actions in the repository can kick them off too, so I'd need to add some activities in this workflow to determine if it was invoked and should use the input parameter or if it should use the actual starting entries tokens.
Thanks!