WebSphere Process Server, Version 6.2.0.1
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, i5/OS, z/OS
Business Flow Manager REST Interface
This is a set of Business Process Choreographer resources representing process templates, process instances, and related objects.
Introduction
This resource set provides generic resources for developing client applications for working with business processes
(defined in WS-BPEL) installed on WebSphere Process Server, including
- process template lists and details of individual process templates
- activities, including start activities, associated with process templates
- process instance lists and details of individual process instances
- activities, including waiting activities, associated with process instances
- variables associated with process instances
- input, output, and fault data associated with process and activity instances
Available Since
6.2
Subtopics
The following subtopics describe the REST resources defined for this resource set:
- Process Template List
This Business Process Choreographer resource represents a list of process templates matching the specified filter criteria.
- Process Template Query Tables [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of query tables containing process template data.
- Process Template Query Table Attributes [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of query tables containing process template data.
- Process Template Entity List [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of process template entities obtained via a query table.
- Process Template Entity List Count [new in 6.2.0.1]
This Business Process Choreographer resource represents the number of process template entities in a query table meeting specified criteria.
- Process Template
This Business Process Choreographer resource represents a process template.
- Process Template Query Property List
This Business Process Choreographer resource represents query properties for a process template.
- Process Template Operation List
This Business Process Choreographer resource represents operations associated with a process template.
- Process Instance List
This Business Process Choreographer resource represents a list of process instances matching the specified filter criteria.
- Process Instance Query Tables [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of query tables containing process instance data.
- Process Instance Query Table Attributes [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of query tables containing process instance data.
- Process Instance Entity List [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of process instance entities obtained via a query table.
- Process Instance Entity List Count [new in 6.2.0.1]
This Business Process Choreographer resource represents the number of process instance entities in a query table meeting specified criteria.
- Process
This Business Process Choreographer resource represents an abstract process. It is used for creating process instances.
- Process Instance
This Business Process Choreographer resource represents a process instance.
- Process Instance Operation List
This Business Process Choreographer resource represents operations associated with a process instance.
- Process Instance Variable List
This Business Process Choreographer resource represents a list of variables defined in a process.
- Process Instance Variable
This Business Process Choreographer resource represents a variable defined in a process.
- Process Instance Input
This Business Process Choreographer resource represents the input of a process.
- Process Instance Output
This Business Process Choreographer resource represents the output of a process.
- Process Instance Fault
This Business Process Choreographer resource represents the fault of a process.
- Activity Instance List
This Business Process Choreographer resource represents a list of activity instances matching the specified filter criteria.
- Activity Instance Query Tables [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of query tables containing activity instance data.
- Activity Instance Query Table Attributes [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of query tables containing activity instance data.
- Activity Instance Entity List [new in 6.2.0.1]
This Business Process Choreographer resource represents a list of activity instance entities obtained via a query table.
- Activity Instance Entity List Count [new in 6.2.0.1]
This Business Process Choreographer resource represents the number of activity instance entities in a query table meeting specified criteria.
- Activity Instance
This Business Process Choreographer resource represents an activity instance.
- Activity Instance Variable List
This Business Process Choreographer resource represents a list of variables associated with a process activity.
- Activity Instance Variable
This Business Process Choreographer resource represents a variable referenced by an activity.
- Activity Instance Input Data
This Business Process Choreographer resource represents the input of an activity.
- Activity Instance Output Data
This Business Process Choreographer resource represents the output of an activity.
- Activity Instance Fault Data
This Business Process Choreographer resource represents the fault of an activity.
Parent Topic: WebSphere Process Server REST Interface