TaskStateType
Für Task Resources ist ein generisches Statusmodell und dazugehöriges Lifecycle anzuwenden
State Definition | Definition |
Acknowledged | The acknowledged state is used if a task resource has been received and has passed message and basic business validations. |
InProgress | The InProgress state is used while the task is being processed. |
TerminatedWithError | The task could not be correctly completed and no result is available |
Done | The task has been completed and a result is available. |
Rejected | The task has been rejected during validation or processing |