From 033a866edf5015ba3c143ecb87b52152304a2f6c Mon Sep 17 00:00:00 2001 From: dheeyi Date: Wed, 15 Apr 2015 17:00:16 -0400 Subject: [PATCH] =?UTF-8?q?PM-2216=20DesignerBPMN>Triggers>PMFunctions=20:?= =?UTF-8?q?=20El=20trigger=20wizard=20paussedCase=20no=20contruye=20bien?= =?UTF-8?q?=20los=20datos=20que=20se=20le=20envian.=20Causa=20:=20Definida?= =?UTF-8?q?=20asi.=20Soluci=C3=B3=20Se=20modifico=20definicion=20inicial.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/classes/class.pmFunctions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index d062d39ea..02af7d7ed 100755 --- a/workflow/engine/classes/class.pmFunctions.php +++ b/workflow/engine/classes/class.pmFunctions.php @@ -2706,10 +2706,10 @@ function PMFCancelCase ($caseUid, $delIndex, $userUid) * @label PMF Pauses a specified case. * @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFPauseCase.28.29 * - * @param string(32) | $caseUid | ID of the case | The unique ID of the case. + * @param string(32) | $caseUid | Case UID | The unique ID of the case. * @param int | $delIndex | Delegation index of the case | The delegation index of the current task in the case. - * @param string(32) | $userUid | ID user | The unique ID of the user who will pause the case. - * @param string(32) | $unpauseDate=null | Date | Optional parameter. The date in the format "yyyy-mm-dd" indicating when to unpause the case. + * @param string(32) | $userUid | User UID | The unique ID of the user who will pause the case. + * @param string(32) | $unpauseDate=null | Unpaused date | The date in the format "yyyy-mm-dd" indicating when to unpause the case. * @return int | $result | Result of the pause | Returns 1 if the case is paused successfully; otherwise, returns 0 if an error occurred. * */