|
Property |
Required |
Type |
Description |
|
Scope action block |
no |
|
Block of actions will be executed within the scope. |
|
Is successfull |
no |
|
Block of actions will be executed when actions in the Scope block executed successfully |
|
Has failed |
no |
|
Block of actions will be executed when actions in the Scope block failed |
|
Modern Forms |
List Actions |
Scheduled/Triggered Actions |
|
✓ |
✓ |
✓ |
|
Output Parameter |
Type |
Description |
|
IsSuccessful |
Boolean |
The output of this action returns true of false depends on the action execution was successfull or not |
|
HasFailed |
Boolean |
The output of this action returns true of false |
|
ErrorMessage |
String |
Returns error message in a case the one of the actions in a Scope action block fails |
|
WarningMessages |
String |
Returns a list of warning messages in case actions within Scope action are successfully finished but with warnings (Scheduled/Triggered Actions) |