Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.25. Data-Class: OperationRest
Represents an operation to be scheduled. Link kopierenLink in die Zwischenablage kopiert!
Description: You use this object to prepare the operation to be scheduled. The object is derived from an OperationDefinition. When you are ready preparing,you need to set 'readyToSubmit' to true.
| Name | Type | Description |
|---|---|---|
| id | int | Id of the operation schedule |
| name | String | Name of the operation |
| readyToSubmit | boolean | Is this schedule ready to finally be submitted (and thus be scheduled to run) |
| resourceId | int | The id of the resource the operation should run |
| definitionId | int | The id of the operation definition this schedule was created from |
| params | Map<String,Object> | A key/value map of parameters. Keys are strings. The map is populated at the time the schedule is created from its definition |
| links | List<Link> |