/AWS1/CL_SGMRENDERABLETASK¶
Contains input values for a task.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_input TYPE /AWS1/SGMTASKINPUT /AWS1/SGMTASKINPUT¶
A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable
task.input. For example, if you define a variabletask.input.textin your template, you can supply the variable in the JSON object as"text": "sample text".
Queryable Attributes¶
Input¶
A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable
task.input. For example, if you define a variabletask.input.textin your template, you can supply the variable in the JSON object as"text": "sample text".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUT() |
Getter for INPUT, with configurable default |
ASK_INPUT() |
Getter for INPUT w/ exceptions if field has no value |
HAS_INPUT() |
Determine if INPUT has a value |