PMCORE-2439

This commit is contained in:
Paula Quispe
2022-01-25 10:49:54 -04:00
parent cbc0ea65f2
commit 6a1c1b25ec

View File

@@ -1205,8 +1205,8 @@ function WSNewCaseImpersonate ($processId, $userId, $name1, $value1, $name2, $va
* @label WS New Case * @label WS New Case
* @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#WSNewCase.28.29 * @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) | $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) | $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) | $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) | $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. * @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 * @method
* @deprecated Method deprecated in Release 3.6.x
*
* The requested text in the specified language | If not found returns false * The requested text in the specified language | If not found returns false
* @name PMFGeti18nText * @name PMFGeti18nText
* @label PMF Get i18n Text * @label PMF Get i18n Text
@@ -3275,6 +3277,8 @@ function PMFGetTaskName($taskUid, $lang = SYS_LANG) {
/** /**
* @method * @method
* @deprecated Method deprecated in Release 3.6.x
*
* Return the group title of the specified group uid | If not found returns false * Return the group title of the specified group uid | If not found returns false
* @name PMFGetGroupName * @name PMFGetGroupName
* @label PMF Get Group Title Text * @label PMF Get Group Title Text