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