ProcessInstance.status

Enum ProcessInstanceState(NONE,RUNNING,EXCEPTION,SUSPENDED,GRABBED,COMPLETED,ABORTED,ACTIVITY_COMPLETED)

Returns the instance's status. It can be: RUNNING, EXCEPTION, SUSPENDED, GRABBED, COMPLETED, ABORTED For example, while the instance is under execution it returns "RUNNING"