Create Package
Activity allows to create a package consisting of several tasks (when Multi task package checkbox is off - the package has only one task). When Multi task package is on - the type of each argument of the subscenario changes to a list of that type.

Parameter Name | Parameter Type | In/Out | Description |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
BCC Scenario Name | String | Input | scenario name from BCC |
Display Name | Literal | Input | you can change the name of activity for greater clarity of the scenario |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
Multi Task Package | Boolean | Input | checkbox; default is "off" |
Priority | Int32 | Input | priority of the scenario |
Task Count | Int32 | Input | number of tasks in package |
Valid from | DateTime | Input | the beginning of the validity period of the scenario |
Valid to | DateTime | Input | end of the validity period of the scenario |
Result | Boolean | Output | returns the Boolean value: it will return True if no error is in activity, otherwise it will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases it will return 1, the extended result code will show only in several chosen activities |