Merged in bugfix/PMCORE-2439 (pull request #8360)

PMCORE-2439

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2022-01-25 21:25:40 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -1205,8 +1205,8 @@ function WSNewCaseImpersonate ($processId, $userId, $name1, $value1, $name2, $va
* @label WS New Case
* @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#WSNewCase.28.29
*
* @param string(32) | $processId | Process ID | The unique ID for the process. To use the current process, use the system variable @@PROCESS.
* @param string(32) | $userId | User ID | The unique ID for the user. To use the currently logged-in user, use the system variable @@USER_LOGGED.
* @param string(32) | $processId | Process ID | The unique ID for the process. To use the current process use the system variable @@PROCESS.
* @param string(32) | $taskId | Task ID | The unique ID for the task. To use the current task use the system variable @@TASK.
* @param string(32) | $name1 | Name of the first variable | The name of the first variable to be sent to the created case.
* @param string(32) | $value1 | Value of the first variable | The value of the first variable to be sent to the created case.
* @param string(32) | $name2 | Name of the second variable | The name of the second variable to be sent to the created case.
@@ -3144,6 +3144,8 @@ function PMFGetProcessUidByName($processName = '')
/**
* @method
* @deprecated Method deprecated in Release 3.6.x
*
* The requested text in the specified language | If not found returns false
* @name PMFGeti18nText
* @label PMF Get i18n Text
@@ -3275,6 +3277,8 @@ function PMFGetTaskName($taskUid, $lang = SYS_LANG) {
/**
* @method
* @deprecated Method deprecated in Release 3.6.x
*
* Return the group title of the specified group uid | If not found returns false
* @name PMFGetGroupName
* @label PMF Get Group Title Text