You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Definition

Process API can perform functions to interact or exchange data about the specified process.

The options here is based on the current app context.

NameDescription
Process

Select the process for interaction with API.

Short DescriptionAny description here.
Abort activity instanceAbort an activity instance.
Abort process instanceAbort a process instance.
Complete activity instanceComplete an activity instance to continue the flow of a process instance.
Copy the state and workflow variables of a running process instance to start a new process instance

Essentially cloning a running process instance to start a new process instance with the same state and workflow variable(s) data.

Option available to simultaneously abort the original running process instance.

Get activity instance detailGet details of an activity instance in a process instance.
Get activity instance workflow variablesGet the workflow variables and its values from an activity instance.
Get process instance detailGet details of a process instance.
Get process instance workflow variablesGet the workflow variables and its values from an process instance.
List activity instancesList all activity instances of a process instance.
List completed process instancesList all completed process instance(s) of the specified process.
List running process instancesList all running process instance(s) of the specified process.
Reassign activity instanceExplicitly set a user to replace an existing assignee of an activity instance, via username.
Reevaluate activity instanceUpdate/Replace the assignee(s) of an activity instance according to the current participant mapping of the specified process.
Set activity instance workflow variablesSet the values of the workflow variable(s) of an activity instance.
Set process instance workflow variablesSet the values of the workflow variable(s) of a process instance.
Start activity of a process instance

Start an activity instance in a process instance.

Option available to simultaneously abort the currently running activity instance in the specified process instance.

Start process by current userStart a new process instance of the specified process as the currently logged in user.
Start process by usernameStart a new process instance of the specified process on behalf of a user via username.




  • No labels