Dynamic progress bar

397 views
Skip to first unread message

gohilv...@gmail.com

unread,
Nov 21, 2014, 10:50:03 AM11/21/14
to suppor...@runmyprocess.com
Hi,
I want to change the progress bar with my status.

Eg: in case of approvals I can have status present in the progress bar. But when a request is rejected then I want to show reject status in progress bar.

This status should not be visible in other scenarios.

Is there a visibility rule on single state of the progress bar that I could explicitly set.

Thanks,
Vibhuti

Sushma Padidela

unread,
Nov 21, 2014, 12:56:10 PM11/21/14
to suppor...@runmyprocess.com, gohilv...@gmail.com
Hi Vibhuti,

The step by step procedure to build the Progress bar is documented below. 

So from your email i understand that you want progress bar status to change to Rejected when  a request is rejected. So to achieve that you have to use the Progress bar code something like below in an i/p variable of an activity box which is after the gateway and which follows the path after "Rejection". The below code shows only 2 step progress bar, you can add the steps according to your need. So according to the workflow path the submitted request is following you can change the "Title" and "Status" to be active(current) or previous(already completed step) and if status " " then that step is yet to be completed.
Let us know if you are not clear.    

[
    {  
        "num" : 1,  
        "title" : "RFP<br>Submission",  
        "status" : "previous"  
    }, {  
        "num" : 2,  
        "title" : "Rejected",  
        "status" : "active"  
    }  
]

Thanks,
Sushma
Fujitsu RunMyProcess




--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/4bd59783-3107-4292-b786-1f2938e178c8%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Reply all
Reply to author
Forward
0 new messages