Files
luos/workflow/engine/test/fixtures/derivation.yml
2010-12-02 23:34:41 +00:00

29 lines
660 B
YAML

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"