/AWS1/CL_MWSSTOPWORKFLOWRUNRSP¶
StopWorkflowRunResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workflowarn TYPE /AWS1/MWSWORKFLOWARN /AWS1/MWSWORKFLOWARN¶
The Amazon Resource Name (ARN) of the workflow that contains the stopped run.
iv_workflowversion TYPE /AWS1/MWSVERSIONID /AWS1/MWSVERSIONID¶
The version of the workflow that was stopped.
iv_runid TYPE /AWS1/MWSIDSTRING /AWS1/MWSIDSTRING¶
The unique identifier of the stopped workflow run.
iv_status TYPE /AWS1/MWSWORKFLOWRUNSTATUS /AWS1/MWSWORKFLOWRUNSTATUS¶
The status of the workflow run after the stop operation. This is typically
STOPPINGorSTOPPED.
Queryable Attributes¶
WorkflowArn¶
The Amazon Resource Name (ARN) of the workflow that contains the stopped run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWARN() |
Getter for WORKFLOWARN, with configurable default |
ASK_WORKFLOWARN() |
Getter for WORKFLOWARN w/ exceptions if field has no value |
HAS_WORKFLOWARN() |
Determine if WORKFLOWARN has a value |
WorkflowVersion¶
The version of the workflow that was stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWVERSION() |
Getter for WORKFLOWVERSION, with configurable default |
ASK_WORKFLOWVERSION() |
Getter for WORKFLOWVERSION w/ exceptions if field has no val |
HAS_WORKFLOWVERSION() |
Determine if WORKFLOWVERSION has a value |
RunId¶
The unique identifier of the stopped workflow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNID() |
Getter for RUNID, with configurable default |
ASK_RUNID() |
Getter for RUNID w/ exceptions if field has no value |
HAS_RUNID() |
Determine if RUNID has a value |
Status¶
The status of the workflow run after the stop operation. This is typically
STOPPINGorSTOPPED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |