Skip to content

/AWS1/CL_CUSGETWORKFLOWSTEPS01

GetWorkflowStepsResponse

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.

IT_ITEMS TYPE /AWS1/CL_CUSWORKFLOWSTEPITEM=>TT_WORKFLOWSTEPSLIST TT_WORKFLOWSTEPSLIST

List containing workflow step details.

IV_NEXTTOKEN TYPE /AWS1/CUSTOKEN /AWS1/CUSTOKEN

If there are additional results, this is the token for the next set of results.


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

Items

List containing workflow step details.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value

NextToken

If there are additional results, this is the token for the next set of results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value