Hello everyone,
How can I check if process finished, when I have two End-Events? Is there a function like .isProcessEnded or something like this?
thank you
Hello everyone,
How can I check if process finished, when I have two End-Events? Is there a function like .isProcessEnded or something like this?
thank you
Hi @Philone117,
The below get method can be called to retrieve a historic process instance by id.
Based on the value of endTime
attribute, you can identify whether the instance is ended or not. (Keep in mind that process instance is considered ended only if no more active tokens exist)