Process Instance object

Hi All

Is it possible to retrieve all entries and information related to a particular process instance using the JAVA API and store it as a JAVA object.
Is it also possible to start process instance from the state at which the JAVA object was retrieved in an entirely different process engine.

Thanks and Regards
Ranjith Kannan

Hi Ranjith,

you can query all executions of a process instance and collect the process variables. Based on this information, you can use the Process Instance Modification to restore the process instance.

Does this help you?

Best regards,
Philipp