- Wed Feb 08, 2017 2:23 pm
#789004
Hi
I have a process with 20 task and getaway.
I has a function sms($number,$text) that send message to special number.
I want after routing every task automatically call this function.
How can find next user and call this function in source code with out define a trigger for every task.
I want call this function in source of process maker and one time . I do not want write trigger for every task ....
I want call this function in
I have a process with 20 task and getaway.
I has a function sms($number,$text) that send message to special number.
I want after routing every task automatically call this function.
How can find next user and call this function in source code with out define a trigger for every task.
I want call this function in source of process maker and one time . I do not want write trigger for every task ....
I want call this function in
Code: Select all
and with processmaker-3.0.1.8-0\apps\processmaker\htdocs\workflow\engine\methods\cases\cases_Derivate.php
Code: Select all
data this way is correct?$_POST['form']['TASKS']