/AWS1/CL_CUSGETWORKFLOWRSP¶
GetWorkflowResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workflowid TYPE /AWS1/CUSUUID /AWS1/CUSUUID¶
Unique identifier for the workflow.
iv_workflowtype TYPE /AWS1/CUSWORKFLOWTYPE /AWS1/CUSWORKFLOWTYPE¶
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
iv_status TYPE /AWS1/CUSSTATUS /AWS1/CUSSTATUS¶
Status of workflow execution.
iv_errordescription TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255¶
Workflow error messages during execution (if any).
iv_startdate TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp that represents when workflow execution started.
iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp that represents when workflow execution last updated.
io_attributes TYPE REF TO /AWS1/CL_CUSWORKFLOWATTRIBUTES /AWS1/CL_CUSWORKFLOWATTRIBUTES¶
Attributes provided for workflow execution.
io_metrics TYPE REF TO /AWS1/CL_CUSWORKFLOWMETRICS /AWS1/CL_CUSWORKFLOWMETRICS¶
Workflow specific execution metrics.
Queryable Attributes¶
WorkflowId¶
Unique identifier for the workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWID() |
Getter for WORKFLOWID, with configurable default |
ASK_WORKFLOWID() |
Getter for WORKFLOWID w/ exceptions if field has no value |
HAS_WORKFLOWID() |
Determine if WORKFLOWID has a value |
WorkflowType¶
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKFLOWTYPE() |
Getter for WORKFLOWTYPE, with configurable default |
ASK_WORKFLOWTYPE() |
Getter for WORKFLOWTYPE w/ exceptions if field has no value |
HAS_WORKFLOWTYPE() |
Determine if WORKFLOWTYPE has a value |
Status¶
Status of workflow execution.
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 |
ErrorDescription¶
Workflow error messages during execution (if any).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDESCRIPTION() |
Getter for ERRORDESCRIPTION, with configurable default |
ASK_ERRORDESCRIPTION() |
Getter for ERRORDESCRIPTION w/ exceptions if field has no va |
HAS_ERRORDESCRIPTION() |
Determine if ERRORDESCRIPTION has a value |
StartDate¶
The timestamp that represents when workflow execution started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE has a value |
LastUpdatedAt¶
The timestamp that represents when workflow execution last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
Attributes¶
Attributes provided for workflow execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES |
Metrics¶
Workflow specific execution metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS |