Device attributes
Attribute | Description | Sample value |
---|---|---|
id | Identifier of the processing device. | "deviceId02" |
name | Name of the processing device. Not used during the workflow execution. | "Envivio4Balancer" |
workflow.accessPoints[0].endPoint | Absolute base URL used to communicate with device. This URL must be accessible from the CWM. | "http://localhost:6666/EncoderControlWS" |
workflow.accessPoints[0].type | Type of the processing device. | "soap" |
workflow.pendingJobs | Current number of workflowJobs in progress for this device. Initial value must be set to 0. | 0 |
workflow.maxJobsAllowed | Max number of workflowJobs allowed in parallel for this device. If not present, no limitation. | 10 |