/AWS1/CL_BDNGETWORKFLOWRUNRSP¶
GetWorkflowRunResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workflowrunarn TYPE /AWS1/BDNWORKFLOWRUNARN /AWS1/BDNWORKFLOWRUNARN¶
The Amazon Resource Name (ARN) of the workflow run.
iv_workflowrunid TYPE /AWS1/BDNUUIDSTRING /AWS1/BDNUUIDSTRING¶
The unique identifier of the workflow run.
iv_status TYPE /AWS1/BDNWORKFLOWRUNSTATUS /AWS1/BDNWORKFLOWRUNSTATUS¶
The current execution status of the workflow run.
iv_startedat TYPE /AWS1/BDNDATETIMESTAMP /AWS1/BDNDATETIMESTAMP¶
The timestamp when the workflow run started execution.
iv_modelid TYPE /AWS1/BDNMODELID /AWS1/BDNMODELID¶
The ID of the AI model being used for this workflow run.
Optional arguments:¶
iv_endedat TYPE /AWS1/BDNDATETIMESTAMP /AWS1/BDNDATETIMESTAMP¶
The timestamp when the workflow run completed execution, if applicable.
iv_loggroupname TYPE /AWS1/BDNCLOUDWATCHLOGGRPNAME /AWS1/BDNCLOUDWATCHLOGGRPNAME¶
The CloudWatch log group name for this workflow run's logs.
Queryable Attributes¶
workflowRunArn¶
The Amazon Resource Name (ARN) of the workflow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWRUNARN() |
Getter for WORKFLOWRUNARN, with configurable default |
ASK_WORKFLOWRUNARN() |
Getter for WORKFLOWRUNARN w/ exceptions if field has no valu |
HAS_WORKFLOWRUNARN() |
Determine if WORKFLOWRUNARN has a value |
workflowRunId¶
The unique identifier of the 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 current execution status of the workflow run.
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 |
startedAt¶
The timestamp when the workflow run started execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
endedAt¶
The timestamp when the workflow run completed execution, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
modelId¶
The ID of the AI model being used for this workflow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELID() |
Getter for MODELID, with configurable default |
ASK_MODELID() |
Getter for MODELID w/ exceptions if field has no value |
HAS_MODELID() |
Determine if MODELID has a value |
logGroupName¶
The CloudWatch log group name for this workflow run's logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |