Files
luos/workflow/engine/test/fixtures/content.yml
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

71 lines
1.6 KiB
YAML

loadContent:
-
Title: "LoadContent method"
Function: "loadContent"
Input:
CON_CATEGORY: 'ABC_CATEGORY'
CON_PARENT: '1234567890'
CON_ID: '6475576C725EA4'
CON_LANG: 'it'
CON_VALUE: 'Content Example'
Output:
Type: "string"
deleteContent:
-
Title: "delete a row "
Function: "deleteContent"
Input:
CON_CATEGORY: 'ABC_CATEGORY'
CON_PARENT: '1234567890'
CON_ID: '6475576C725EA4'
CON_LANG: 'it'
Output:
Type: "NULL"
-
Title: "delete a row "
Function: "deleteContent"
Input:
CON_CATEGORY: 'ABC_CATEGORY'
CON_PARENT: '1234567890'
CON_ID: '9876543210'
CON_LANG: 'it'
Output:
Type: "NULL"
addContent1:
-
Title: "addContent method, calling the first time"
Function: "addContent"
Input:
CON_CATEGORY: 'ABC_CATEGORY'
CON_PARENT: '1234567890'
CON_ID: '9876543210'
CON_LANG: 'it'
CON_VALUE: 'addContent method, calling the first time'
Output:
Type: integer
addContentTwice:
-
Title: "validate duplicate row, with the addContent method"
Function: "addContent"
Input:
CON_CATEGORY: 'ABC_CATEGORY'
CON_PARENT: '1234567890'
CON_ID: '9876543210'
CON_LANG: 'it'
CON_VALUE: 'validate duplicate row, now update the row'
Output:
Type: "integer"
addContentAcentos:
-
Title: "add content with acentos"
Function: "addContent"
Input:
CON_CATEGORY: 'ABC_CATEGORY'
CON_PARENT: '1234567890'
CON_ID: '6475576C725EA4'
CON_LANG: 'it'
CON_VALUE: 'áéíóúñÑ'
Output:
Type: "integer"