Manually inspect a BPM Process Instance

Process instance can be manually inspected within a server session.

In this case the tools of Jade client (https://github.com/jgfoster/Jade) are used to graphically inspect the process instance with all its properties.

Inside the inspector other messages can be sent to the process or other object in order to study what is going on.

Steps: 1- Open a session with the server using Jade client 2- Inside Jade inspect the following code: BpmProcessDefinition getProcessInstanceWithId: 1500319936. Where [1500319936] is the ID of the process instance.

Inside the Process inspector send the message: self asExecutionLog This will display a time line with all events triggered inside the process.

Last updated