UpdateOperationInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| actualCompletionAt | DateTime | The completion time for the task. | |
| actualStartAt | DateTime | The actual start time for the task. | |
| deadline | DateTime | The deadline for the operation to be completed | |
| expectedDuration | Int | The expected duration of the operation in seconds | |
| externalId | String | The external ID of the operation, for example in an ERP system. | |
| metadata | JsonString | Instance-specific data for the task. | |
| milestoneId | ID | ||
| name | String | The name of the operation, for example 'Printing'. | |
| productionQuantity | Int | The quantity of material that should be produced in this operation | |
| remarks | String | Notes about the operation, for example 'Printing the front and back of the document'. | |
| scheduledCompletionAt | DateTime | The scheduled completion time for the task. | |
| scheduledStartAt | DateTime | The scheduled start time for the task. | |
| state | OperationStateEnum | The current state of the operation. |