diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index 2c16891b0..d3b12fed6 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. * */