Files
luos/workflow/engine/test/fixtures/derivation.yml
2011-09-05 12:47:25 -04:00

29 lines
660 B
YAML
Executable File

StartCase1:
-
Title: "Start a new application @#Function()"
Function: "StartCaseTest"
Input:
TAS_UID: "4475E6C8E10346"
USR_UID: "4475E6E07C261E"
firstname[]: "@@SYS_LANG"
lastname[]: "last.name.es"
Output:
Type: "array"
StartCase2:
-
Title: "Start a new application (pseudo derivate)"
Function: "StartCaseTest"
Input:
TAS_UID: "4475E6C8E10346"
USR_UID: "4475E6E07C261E"
Output:
Type: "array"
DeleteCreatedApplications:
-
Title: "Delete created applications"
Function: "DeleteCase"
Input:
APP_UID[]: "*.CREATED_APPLICATIONS"
Output:
Type: "array"