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.