Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL
/web/json/workflow/process/start/(:processDefId)

Method
HTTP GETPOST

Description
Start process instance

...

URL
/web/json/workflow/assignment/accept/(:activityId)

Method
HTTP GETPOST

Description
Retrieve workflow assignment accept

...

URL
/web/json/workflow/assignment/withdraw/(:activityId)

Method
HTTP GETPOST

Description
Withdraw activity

...

URL
/web/json/workflow/assignment/variable/(:activityId)/(:variable)

Method
HTTP GETPOST

Description
Set activity variable

...

URL
/web/json/workflow/assignment/completeWithVariable/(:activityId)

Method
HTTP GETPOST

Description
Set activity variable
Variables can be passed as parameters with the var_ prefix

...

URL
/web/json/workflow/assignment/complete/(:activityId)

Method
HTTP GETPOST

Description
Complete activity

...

URL
/web/json/workflow/variable/list/(*:processId)

Method
HTTP POSTGET

Description
Retrieve workflow variable of a process. 

...

URL
/web/json/monitoring/process/copy/(:processId)/(:processDefId)

Method
HTTP GETPOST

Description
Start a process instance with a copy over workflow variable from a running process, and start matching running activity in the new process instance

...

URL
/web/json/monitoring/activity/variable/(:activityId)/(:variable)
Method
HTTP GETPOST

Description
Set value for variable

...

URL
/web/json/monitoring/activity/abort/(:processId)/(:activityDefId)
Method
HTTP GETPOST

Description
Abort an activity in a process

...

URL
/web/json/monitoring/activity/start/(:processId)/(:activityDefId)
Method
HTTP GETPOST

Description
Start an activity in a process

...

URL
/web/json/monitoring/activity/reassign

Method
HTTP GETPOST

Description
Reassign assignee in an assignment

...

URL
/web/json/monitoring/user/reevaluate

Method
HTTP GETPOST

Description
Evaluate assignments for a user

...

URL
/web/json/monitoring/activity/start/(:processId)/(:activityDefId)

Method
HTTP GET/ POST

Description
Start a specific activity for a running process instance.

...

URL
/web/json/monitoring/activity/abort/(:processId)/(:activityDefId)

Method
HTTP GET/ POST

DESCRIPTION
Abort a running activity in a process instance

...

URL
/web/json/monitoring/process/copy/(:currentProcessId)/(:newProcessDefId)

Method
HTTP GET/ POST

DESCRIPTION
Start a new process while copying variables, form data and running activities from a previous running process instance.

...