/AWS1/CL_SFNTASKSTRTEDEVTDETS¶
Contains details about the start of a task during an execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/SFNNAME /AWS1/SFNNAME¶
The service name of the resource in a task state.
iv_resource TYPE /AWS1/SFNNAME /AWS1/SFNNAME¶
The action of the resource called by a task state.
Queryable Attributes¶
resourceType¶
The service name of the resource in a task state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
resource¶
The action of the resource called by a task state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |