Skip to content

/AWS1/CL_SWFWORKFLOWEXECUTION

Represents a workflow execution.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workflowid TYPE /AWS1/SWFWORKFLOWID /AWS1/SWFWORKFLOWID

The user defined identifier associated with the workflow execution.

iv_runid TYPE /AWS1/SWFWORKFLOWRUNID /AWS1/SWFWORKFLOWRUNID

A system-generated unique identifier for the workflow execution.


Queryable Attributes

workflowId

The user defined identifier associated with the workflow execution.

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

runId

A system-generated unique identifier for the workflow execution.

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