TaskStateType
TaskStateType
Data type: enum of string
Possible values for the state of a task are:
- acknowledged: The acknowledged state is used if a task resource has been received and has passed message and basic business validations.
- rejected: The task has been rejected during validation or processing.
- inProgress: The InProgress state is used while the task is being processed.
- done: The task has been completed and a result is available.
- terminatedWithError: The task could not be correctly completed and no result is available.