About creating a script and widget privileges

230 views
Skip to first unread message

maybeg...@gmail.com

unread,
Feb 20, 2014, 12:50:07 PM2/20/14
to suppor...@runmyprocess.com
Hi I want to show a widget only when determinated user has passed a web interface, but I don´t know how to program it.

For example : in determinated step of my process, I need to show comment from another user, but this only must work in this step, not at the begining of the process.

I don't know did myself understand?

Thank you.

thoshino

unread,
Feb 21, 2014, 12:54:51 PM2/21/14
to suppor...@runmyprocess.com, maybeg...@gmail.com
Hi,

You can have a hidden text widget with variable like "step_no".
From your process, you should pass process variable "step_no" at manual task inputs.

From your web interface, visible and active script, you can write
RMPApplication.get("step_no") == "something"

This something is what you pass from process side, which determines which step it is at.

Best regards,

Taka
Reply all
Reply to author
Forward
0 new messages