Skip to content

/AWS1/CL_GLURESWORKFLOWRUNRSP

ResumeWorkflowRunResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_runid TYPE /AWS1/GLUIDSTRING /AWS1/GLUIDSTRING

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

it_nodeids TYPE /AWS1/CL_GLUNODEIDLIST_W=>TT_NODEIDLIST TT_NODEIDLIST

A list of the node IDs for the nodes that were actually restarted.


Queryable Attributes

RunId

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

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

NodeIds

A list of the node IDs for the nodes that were actually restarted.

Accessible with the following methods

Method Description
GET_NODEIDS() Getter for NODEIDS, with configurable default
ASK_NODEIDS() Getter for NODEIDS w/ exceptions if field has no value
HAS_NODEIDS() Determine if NODEIDS has a value