ProcessInstances.java

Abstract This example demonstrates how to handle process instances.
This example shows ...
  • How to issue methods of the ProcessInstance class. 
You can use this example to ...
  • View process instance information. 
  • Start, restart, or terminate a process instance. 
  • Suspend a process instance for the time that is specified.
  • Resume a suspended process instance. 
View source code  ProcessInstances.java


[ Back to Java index ]