Throwing instances between processes

Hello!

I’m building a few processes and I need to throw an instance (and all known data) from one to the next but can’t find a way to do it.

Subprocess or call activity doesnt apply since one process should function independently one from the other, only the instance may navigate between them.

Our devteam suggested building a worker to do it externally but I believe Camunda may have a native function that accomplishes the same.

You could use a message event, that could trigger another process without needing to wait for it to finish

Is there an example file?

I created this example a little while ago - it might do a little more than you need but it does have the idea in there.

1 Like