intendedState property
The intended state of the task. Possible string values are:
- "INTENDED_STATE_UNSPECIFIED" : Unspecified state.
- "ASSIGNED" : Assigned state (includes running and finished).
- "CANCELLED" : The agent should cancel the execution of this task.
- "DELETED" : Delete task from agent storage, stop reporting its state.
Implementation
core.String? intendedState;