Is it possible to orchestrate Processes into super Processes?

Hi @RovertosG

You could have a look at this post/thread:

It is not exactly what you want, but is an idea to solve the issue nonetheless.

Alternatively, you could look into using Orchestrator API to trigger the second process at the end of your first one. This way you could have both those process as separate projects and packages, while still needing to only ever schedule the first one. The second one would always be launched at the end of the first one with that Orchestrator API call.

Lastly, native support for similar scenarios is in works :slight_smile: