Business Process Management Service Overview¶
The EnOS Business Process Management service enables developers to query and operate the processes and tasks.
For more information about EnOS Business Process Management, see About Business Process Management.
For more information about EnOS APIs, see About EnOS API.
To learn how to call an EnOS API, see Getting Started with EOS API.
Process¶
Operation Name | Description |
---|---|
Get Process Instance | Get the details of a process instance. |
Query Process Instance | Query the list of process instances. |
Start Process Instance | Start a new process instance. |
Terminate Process Instance | Terminate a process instance. |
Task¶
Operation Name | Description |
---|---|
Get Task | Get the details of a task. |
Query Task | Query the list of tasks. |
Claim Task | Claim a task. |
Complete Task | Submit a task form to complete the task. |