The Process Engine Endpoint provides a REST API for managing jobs and processes within the control system.
This endpoint is based on the following facades:
IJobManagement- for job management operationsIProcessControl- for process control and monitoring
- JobManagementController: Manages production and setup jobs
- ProcessEngineController: Provides access to process information and history
Permissions are defined in JobPermissions and ProcessPermissions.
The Moryx.Processes.CanView permission controls access to the UI page.
| Permission String | Description |
|---|---|
Moryx.Jobs.CanView |
Permission for all actions related to viewing jobs and job details |
Moryx.Jobs.CanComplete |
Permission for all actions related to completing jobs |
Moryx.Jobs.CanAbort |
Permission for all actions related to aborting jobs |
| Permission String | Description |
|---|---|
Moryx.Processes.CanView |
Permission for all actions related to viewing processes and process information |