Skip to content

/AWS1/CL_SWFACTIVITYTYPE

Represents an activity type.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/SWFNAME /AWS1/SWFNAME

The name of this activity.

The combination of activity type name and version must be unique within a domain.

IV_VERSION TYPE /AWS1/SWFVERSION /AWS1/SWFVERSION

The version of this activity.

The combination of activity type name and version must be unique with in a domain.


Queryable Attributes

name

The name of this activity.

The combination of activity type name and version must be unique within a domain.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

version

The version of this activity.

The combination of activity type name and version must be unique with in a domain.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value