Page 1 of 1

Hide “Assign Task/Event” for script tasks

Posted: Mon Jul 15, 2019 4:52 pm
by abadri
Hi,

I need to implement as an example the workflow below; where I have three possibilities based on the conditions on the gateway (please refer to the attached file: workflow).

In a scenario, for example, I need to go from Task 1 run the script, and then go to Task 2,
My objective is to run the script and hide the message “Assign Task/Event” (refer to attached file: Assign Task Event) screen and then show only the message for the task “TASK 2”.
The same mechanism should work if we choose to go from Task 1 to TASK 5

Regards

Re: Hide “Assign Task/Event” for script tasks

Posted: Mon Jul 15, 2019 4:53 pm
by abadri
Hi;

I forgot to attache the workflow file

Re: Hide “Assign Task/Event” for script tasks

Posted: Mon Jul 15, 2019 9:49 pm
by amosbatto
You didn't attach a screen shot of your process map or the .pmx file for your process, so it is very hard to understand what you want.

I suspect that you want to hide your script tasks. To do that, set your triggers to fire before or after routing and don't use script tasks.

Re: Hide “Assign Task/Event” for script tasks

Posted: Tue Jul 16, 2019 3:15 am
by abadri
Hi,

Indeed, i did attach the proper process map screen shot.

I need to execute the script task and then the task without displaying the message “Assign Task/Event” for the script task as illustrated in the attached files

Regards