ActivityStatus
Requests the operation status.
| Values | Type | Description |
|---|---|---|
| INREQUEST | xs:string | About to start (transient). |
| RUNNING | xs:string | Running (transient). |
| COMPLETED | xs:string | Completed successfully (final). |
| FAILED | xs:string | Completed with errors (final). |
| IGNORE | xs:string | Ignored (final). |
| ABORT | xs:string | Not processed (final). |
| RETRY | xs:string | Delayed (transient). |
| TIMED_OUT | xs:string | Timed out (final). |