ProcessTemplates.java

Abstract This example demonstrates how to use synchronous IBM WebSphere MQ Workflow API calls. 

It shows how to create and start a process instance synchronously from an existing process template. 

This example shows ...
  • How to query process templates from the Execution Server and how to access their attributes. 
  • How to obtain the input container definition of a process template, show members, and set their values. 
  • How to create and start a process instance with or without passing an input container. 
You can use this example to ...
  • View process template information. 
  • Create and start a process instance. 
  • Create a process instance without starting it. 
View source code  ProcessTemplates.java


[ Back to Java index ]