| BaseExecutionVariableResource |
|
| BaseProcessInstanceResource |
|
| BaseVariableCollectionResource |
|
| ExecutionActionRequest |
|
| ExecutionActiveActivitiesCollectionResource |
|
| ExecutionBaseResource |
|
| ExecutionCollectionResource |
|
| ExecutionPaginateList |
|
| ExecutionQueryRequest |
|
| ExecutionQueryResource |
|
| ExecutionResource |
|
| ExecutionResponse |
|
| ExecutionVariableCollectionResource |
|
| ExecutionVariableDataResource |
|
| ExecutionVariableResource |
|
| ProcessDefinitionPropertiesResource |
|
| ProcessInstanceActionRequest |
|
| ProcessInstanceCollectionResource |
Modified the "createProcessInstance" method to conditionally call a
"createProcessInstanceResponse" method with a different signature, which
will conditionally return the process variables that exist when the process
instance either enters its first wait state or completes.
|
| ProcessInstanceCreateRequest |
Modified to add a "returnVariables" flag, which determines whether the variables
that exist within the process instance when the first wait state is encountered
(or when the process instance completes) should be returned or not.
|
| ProcessInstanceDiagramResource |
|
| ProcessInstanceIdentityLinkCollectionResource |
|
| ProcessInstanceIdentityLinkResource |
|
| ProcessInstancePaginateList |
|
| ProcessInstanceQueryRequest |
|
| ProcessInstanceQueryResource |
|
| ProcessInstanceResource |
|
| ProcessInstanceResponse |
Modified to add a "completed" flag, which lets the caller know if the process instance
has run to completion without encountering a wait state or experiencing an error/
exception.
|
| ProcessInstanceVariableCollectionResource |
|
| ProcessInstanceVariableDataResource |
|
| ProcessInstanceVariableResource |
|
| SignalEventReceivedRequest |
|