Skip to content

/AWS1/CL_GLUWORKFLOWGRAPH

A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_nodes TYPE /AWS1/CL_GLUNODE=>TT_NODELIST TT_NODELIST

A list of the the Glue components belong to the workflow represented as nodes.

it_edges TYPE /AWS1/CL_GLUEDGE=>TT_EDGELIST TT_EDGELIST

A list of all the directed connections between the nodes belonging to the workflow.


Queryable Attributes

Nodes

A list of the the Glue components belong to the workflow represented as nodes.

Accessible with the following methods

Method Description
GET_NODES() Getter for NODES, with configurable default
ASK_NODES() Getter for NODES w/ exceptions if field has no value
HAS_NODES() Determine if NODES has a value

Edges

A list of all the directed connections between the nodes belonging to the workflow.

Accessible with the following methods

Method Description
GET_EDGES() Getter for EDGES, with configurable default
ASK_EDGES() Getter for EDGES w/ exceptions if field has no value
HAS_EDGES() Determine if EDGES has a value