Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.4 KB

File metadata and controls

35 lines (22 loc) · 1.4 KB

Process Engine Endpoint

The Process Engine Endpoint provides a REST API for managing jobs and processes within the control system.

Facades

This endpoint is based on the following facades:

Controllers

  • JobManagementController: Manages production and setup jobs
  • ProcessEngineController: Provides access to process information and history

Permissions

Permissions are defined in JobPermissions and ProcessPermissions.

The Moryx.Processes.CanView permission controls access to the UI page.

Job Permissions

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

Process Permissions

Permission String Description
Moryx.Processes.CanView Permission for all actions related to viewing processes and process information