/AWS1/CL_BDNCREWORKFLOWRUNRSP¶
CreateWorkflowRunResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workflowrunid TYPE /AWS1/BDNUUIDSTRING /AWS1/BDNUUIDSTRING¶
The unique identifier for the created workflow run.
iv_status TYPE /AWS1/BDNWORKFLOWRUNSTATUS /AWS1/BDNWORKFLOWRUNSTATUS¶
The initial status of the workflow run after creation.
Queryable Attributes¶
workflowRunId¶
The unique identifier for the created workflow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWRUNID() |
Getter for WORKFLOWRUNID, with configurable default |
ASK_WORKFLOWRUNID() |
Getter for WORKFLOWRUNID w/ exceptions if field has no value |
HAS_WORKFLOWRUNID() |
Determine if WORKFLOWRUNID has a value |
status¶
The initial status of the workflow run after creation.
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 |