Find below a list of resources that can be accessed via the BPMN Process API.

ResourceMethodDescriptionPAS Version
/GETRetrieve all running instances of the process.PAS 20.1
/<start_event_name>POSTCreate a process instance using this start event.PAS 20.1
/{id}GETRetrieve a specific instance by its id.PAS 20.1
/{id}/<task_or_event_name>POST

Send an event to this process instance.

PAS 20.1
/{id}/<task_name>GETRetrieve instance data for this task.PAS 20.1.1
  • No labels