Progress Bar wrong

594 views
Skip to first unread message

freal...@gmail.com

unread,
Nov 4, 2015, 11:59:47 AM11/4/15
to Fujitsu RunMyProcess Developer Community
Hi.
In one of my states of application, I am in state 2 and the next states appear in gray. Why? Somebody can help me?
progreesBar.JPG

Bidisha Das

unread,
Nov 5, 2015, 7:24:01 AM11/5/15
to suppor...@runmyprocess.com
Hi,

Please check with the configuration of your progress bar.Make sure you have put the states(0,1 etc) and colour codes(previous/active etc) properly in the process.


Thanks & Regards
Bidisha


freal...@gmail.com

unread,
Nov 5, 2015, 7:52:32 AM11/5/15
to Fujitsu RunMyProcess Developer Community
Hello Bidisha.
Thank you for your answer. I put the states automatically. I don't know put manually. I saw your link, but the result was the same. I don't understand the logic. Can you help me?

Bidisha Das

unread,
Nov 5, 2015, 7:55:35 AM11/5/15
to suppor...@runmyprocess.com
Hi,
Kindly send me screenshot of the code you used in process?


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 5, 2015, 8:09:49 AM11/5/15
to Fujitsu RunMyProcess Developer Community
When I go to State "Aprovador2", all states stay gray. See screenshots.
code.JPG
screen.JPG

Bidisha Das

unread,
Nov 5, 2015, 8:35:55 AM11/5/15
to suppor...@runmyprocess.com
Hi,
Would you try with something like this:

{"0":"previous","1":"active"}. You need to use this with different configuration in the input variable of each activity in process.

For ex: First activity: {"0":"previous", "1": "active"}

           Second activity: {"0":"previous", "1": "hidden","2":"active"}

           Third activity: {"0":"previous", "1": "hidden","2": "hidden","3":"active"}

Similalrly, you can configure for as many activities as you have in process. Make sure you have different screens attached to each
activity.

In this way,the already completed activities will be shown in grey in progress bar,the current pending activity will be black and the next activities will be white.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 5, 2015, 8:44:43 AM11/5/15
to Fujitsu RunMyProcess Developer Community
Thank you Bidisha. I edit the code, but the result was the same. See my screenshot with code.
result.JPG

Bidisha Das

unread,
Nov 5, 2015, 9:23:14 AM11/5/15
to suppor...@runmyprocess.com
Hi,
I guess you are using the code you have sent in the Custom configuration of Progress bar on Web Interface.It is perfectly fine.

You need to use the code which I mentioned above in the input variable of each manual activity in process.Use it exactly as I said.Also,I hope you have all the screens of the Web Interface attached to the different manual activities in process.

Hope you are clear now.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 5, 2015, 9:38:01 AM11/5/15
to Fujitsu RunMyProcess Developer Community
Hi.
What input variable?
Sorry, but I didn't understand what I should do. As you said, I put the code in custom configuration.

Bidisha Das

unread,
Nov 5, 2015, 9:54:14 AM11/5/15
to suppor...@runmyprocess.com
Hi,
You should use the code below in custom configuration of progress bar on Web Interface:

[{"reference":0,"title":"Screen1"},{"reference":1,"title":"Screen2"},{"reference":2,"title":"Screen3"}] .Replace the screen names with your own ones and add if you have more screens.

You should add the below code in input variable of each manual activity in process which is triggered by the particular Web Interface.You should have the same WI screens attached to the manual activities in process.

First manual activity: {"0":"previous", "1": "active"}

Second manual activity: {"0":"previous", "1": "hidden","2":"active"}

Third manual activity: {"0":"previous", "1": "hidden","2": "hidden","3":"active"}

Similarly add for others if you have more activities.



Thanks & Regards
Bidisha


freal...@gmail.com

unread,
Nov 5, 2015, 10:01:47 AM11/5/15
to Fujitsu RunMyProcess Developer Community
Hi.
Ok, I understand more or less.
Please check if you are right. You said that I should add the code in input variable? How is it possible? Probably you want to say in a javascript field, right? Check please, and I'm sorry my doubts.
I understand the custom configuration. The other code I understand the goal, but didn't understand how I can do this. If tou can send a screenshot, with one example I appreciate.

Bidisha Das

unread,
Nov 5, 2015, 10:09:08 AM11/5/15
to suppor...@runmyprocess.com
Hi,
By input variable,I mean variables defined in Input variables tab in Process attached to the Web Interface.

I guess you are the same guy(besumm...@gmail.com) because he used to ask similar type of simple questions.If yes,please admit it otherwise it won't take much time for us to find out.


Thanks
Bidisha

freal...@gmail.com

unread,
Nov 5, 2015, 10:26:40 AM11/5/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Finally I understand. Thank you very much.
I am not this person. I'm from Portugal, probably my english is not the better. I just begin in rmp a few days ago. So I have some doubts.
I have another doubt that I post in other topic, if you can help me I appreciate. Sorry offtopic.
Regards.

freal...@gmail.com

unread,
Nov 5, 2015, 11:09:52 AM11/5/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
Hi.
I can't put the first state in first screen active. Appear all in white. Miss that. How I can do this?
screen.JPG

Bidisha Das

unread,
Nov 5, 2015, 1:34:05 PM11/5/15
to suppor...@runmyprocess.com
Hi,
I guess you are asking question for each and every step.Although I have given you ready-to-use codes(am not allowed to) which works perfectly fine,still you are unable to achieve it.Kindly put some efforts or else go through documentaion once before asking further questions.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 6, 2015, 4:36:13 AM11/6/15
to Fujitsu RunMyProcess Developer Community
Yes, I understand, but I understand more or less why it didn't work, but, I can't add one activity in the begin of application and add the first screen of application, the launch screen. I understood that is not possible add the first screen in process, but I want to check.

freal...@gmail.com

unread,
Nov 6, 2015, 10:54:54 AM11/6/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
Hi.
I create a javaScript field and add this line:

id_progress_bar_var.setState("3", "hidden");

with the variable of progress bar in listen variables, but the third state didn't stay hidden, why?

Bidisha Das

unread,
Nov 6, 2015, 1:17:16 PM11/6/15
to suppor...@runmyprocess.com
Hi,
I have no idea why you are using javascript? Please decide first what exactly you want to do? If you really want a progress bar that shows the progress of the different states of process,then follow exactly as I mentiond above.

Also,I don't get what you have not understood.I have given you plain codes and also mentioned where you need to use them.Still if you have doubts,let me know where you have the doubt? 

You need to attach the Validation screens(NO Launch screen) of the Web Interface to all the manual activities in Process.(For ex: first Validation screen to first activity,second to the second activity and so on).


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 9, 2015, 5:00:18 AM11/9/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha. I am use javascript because I can't change the first item of progress bar. I followed what you said. Yes but the validations screens are correct because I followed what you said me. But in launch screen the Circle with 1 number appers white since black. As you can see in screenshots, the launch screen is incorrect, but the first validation is correct. Please check and give me feedback about that. Thank you.
first validation.JPG
launch screen.JPG

Bidisha Das

unread,
Nov 10, 2015, 3:30:00 AM11/10/15
to suppor...@runmyprocess.com
Hi,
The code I sent you is working perfectly for me.Make sure you have given correct reference to the Launch screen in the Custom configuration of Progress bar on Web Interface.

Please share the current code you are using in Custom configuration.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 10, 2015, 5:39:26 AM11/10/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Yes I believe. I send you the screenshots.
I try add one activity in first screen, but when I try add the launch screen to activity, the screen didn't appear in check list. You understand?
Process.JPG
javascriptCode.JPG

Bidisha Das

unread,
Nov 10, 2015, 6:03:37 AM11/10/15
to suppor...@runmyprocess.com
Hi,
You don't have to attach Launch screen in Process. The code you are using in Custom configuration is also correct.So,I am not really sure what exactly is causing the error.I guess its going wrong because of the process design.

Can you send me screenshot of the complete process?


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 10, 2015, 6:31:25 AM11/10/15
to Fujitsu RunMyProcess Developer Community
Hi.
I send you complete process.
Help me please.
processcomplete.JPG

Bidisha Das

unread,
Nov 10, 2015, 7:14:38 AM11/10/15
to suppor...@runmyprocess.com
Hi,
Can you please analyse yourself by re-configuring the process or else changing the path of the actvities and check how the progress bar works.I see its a very long process,so it would be difficult for me to re-create the entire scenario.So it would be better if you test for each scenario and find out how the progress bar behaves.

Moreover I guess you are not getting it correct for Launch screen alone but for other screens,its working fine.So,there must be a minute mistake which you need to find out.Analyse the Web Interface codes as well.


Thanks & Regards
Bidisha


freal...@gmail.com

unread,
Nov 10, 2015, 7:23:01 AM11/10/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha. I alrady did this previously. I analysed all screens, and all they are ok. The unique screen that is wrong is the first screen, because in process, I am not choose the first line that you said me:

{"0":"previous","1":"active"}

Because I haven't no activity in first screen. But you said that I don't need this activity. Just the first screen is wrong. All of screen are ok.

Bidisha Das

unread,
Nov 10, 2015, 7:31:31 AM11/10/15
to suppor...@runmyprocess.com
Hi,
I understand what you have said.But what I am asking for is to re-configure(change the paths) the same process and check or else try the same thing with a different Web interface or Process and check the result.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 10, 2015, 7:34:13 AM11/10/15
to Fujitsu RunMyProcess Developer Community
I try in other project, with same code, and the first screen appears ok. Probably something wrong in my process, like you said, but I didn't know what :S
I saw that my code have an error, please check. In custom configuration I had a semicolon in last line, but in last line no need semicolon right?
However, the error is not for this.

Bidisha Das

unread,
Nov 10, 2015, 7:53:21 AM11/10/15
to suppor...@runmyprocess.com
Hi,
Make sure you have not selected any Web Interface in the Start activity in Process.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 10, 2015, 8:11:30 AM11/10/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
I had a redirection for other interface, but I remove redirection and the problem is equal.

Bidisha Das

unread,
Nov 10, 2015, 8:41:02 AM11/10/15
to suppor...@runmyprocess.com
Hi,
Remove the WI from start activity and save it and then run the process.How are you triggering the process? 


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 10, 2015, 9:28:59 AM11/10/15
to Fujitsu RunMyProcess Developer Community
I removed the WI from start activity, save, and run the project, but it is equal. I didn't understand the last question.

freal...@gmail.com

unread,
Nov 10, 2015, 10:00:25 AM11/10/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
In Start, where say "Trigger" I have "None".

freal...@gmail.com

unread,
Nov 10, 2015, 10:27:23 AM11/10/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
Other thing. I want also, hidden some next states in start screen. Is it possible?

Bidisha Das

unread,
Nov 11, 2015, 12:25:02 AM11/11/15
to suppor...@runmyprocess.com
Hi,
I asked how are you triggering the Process? Is it from Web Interface via a button?


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 5:27:38 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Sorry but I didn't understand. I have one interface where I create the layout of application and I have one process. In process, I choose the interface, just it.

Bidisha Das

unread,
Nov 11, 2015, 6:13:20 AM11/11/15
to suppor...@runmyprocess.com
Hi,
How are you running the process? Have you taken a Button widget on WI and chose the process in that? Are you triggering the process by clicking the button?


Thanks & Regards
Bidisha

Paty Frealy

unread,
Nov 11, 2015, 10:10:43 AM11/11/15
to suppor...@runmyprocess.com
Hi Bidisha.
Yes, I have one button and there I choose the process. Why?

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to a topic in the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/jjQkqHvJ0DQ/unsubscribe.
To unsubscribe from this group and all its topics, 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/CAMGV9zsxUvW%2B_wE8U%3DddB%3DekHDmThCMzS%2BcbRUo5%3DjXNLarQtg%40mail.gmail.com.

Bidisha Das

unread,
Nov 11, 2015, 10:16:11 AM11/11/15
to suppor...@runmyprocess.com
Hi,
So, how do you see the progress bar when you open/launch the Web Interface?Please send the screenshot.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 10:38:04 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha. I send the screenshot.
progress_bar.JPG

Bidisha Das

unread,
Nov 11, 2015, 11:03:08 AM11/11/15
to suppor...@runmyprocess.com
Hi,
I really have no idea why you get this progress bar on WI launch.I am getting the correct one in the Launch screen of WI(see attached screenshot) and yours also should be the same.

Please analyse it yourself with different scenarios and find out as am unable to reproduce the issue.


Thanks & Regards
Bidisha
Progress_bar.png

freal...@gmail.com

unread,
Nov 11, 2015, 11:06:06 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Yes I know. As I said you I tried with other project and it works. But in this project, I already remove the interface from start activity and change some things to see if the progress bar works, but never works, and I don't know why, because they are all correct in configurations.

Bidisha Das

unread,
Nov 11, 2015, 11:09:40 AM11/11/15
to suppor...@runmyprocess.com
Hi,
Can I close the case now?


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 11:12:12 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Yes, if you haven't more recommendations, you can close.
Thank you.
Regards

Bidisha Das

unread,
Nov 11, 2015, 11:16:11 AM11/11/15
to suppor...@runmyprocess.com
Hi,
Thanks and yes,I recommend you to check the entire work flow(process) ,WI and the codes and analyse them yourself to find out the cause of the error in progress bar.

I am closing the case.

Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 11:25:16 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Sorry. One more question. You didn't explain, in your case how you hidden a step in launch screen. Can you explain me please?

Bidisha Das

unread,
Nov 11, 2015, 11:41:29 AM11/11/15
to suppor...@runmyprocess.com
Hi,
I have done exactly as I suggested you above,nothing more.I didnot write any code for that. That's why I told you that am unable to reproduce the issue,so better,you analyse it yourself.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 11, 2015, 11:50:34 AM11/11/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
I think that you didn't understand the question.
I have the custom configuration code. But in first screen I want that the third screen circle didn't appear. But in start you can't define input variables so you can't hidden this screen understand?
Other thing, I already found the problem, for in launch screen didn't appear the black circle. You said me for I create a variable in progress bar and use this variable in each activity to change the states like hidden, active, previous etc. But if I have this variable in progress bar, in launch screen didn't appear the black circle as I wish. Can you help me?

Bidisha Das

unread,
Nov 11, 2015, 12:44:27 PM11/11/15
to suppor...@runmyprocess.com
Hi,
Firstly,what do you mean by hiding the 3rd screen?Do you want to remove it completely from the progress bar?
But remember,it can't be removed for 1 screen alone.If removed,you can't view it in any screen.

Secondly,I never asked you to create a variable in launch screen.I have already given you ready-to-use codes for both Web Interface and Process which works fine and still you could not do it.I have asked so many times for your codes and screenshot of Process and WIs and you never mentioned about this extra variable you are using.And after such long time,you have found out the cause which is such a silly mistake.

I guess I have wasted too much time explaining you such a simple thing.Please allow me to close the case.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 12, 2015, 8:09:42 AM11/12/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Sorry for questions, but I need help.
I will try explain.
I have a fixed/first progress bar, right? I think that was possible haven't one circle in launch screen and in other screen this circle appear. It isn't possible?

The other question:

You said me if I want manipulate the state of circle in screens I should add a variable in process in each activity, and this variable is the same variable that was declared in custom configuration progress bar. But I saw that if I have this variable in custom configuration, the launch screen don't put the first circle to black. Do you understand? I send the screenshots for you see better.
Please fix me what I have wrong.

customConfigScript.JPG
Progressbar_LaunchScreen.JPG
Process_Second_Screen.JPG
customConfig.JPG

Bidisha Das

unread,
Nov 12, 2015, 8:55:23 AM11/12/15
to suppor...@runmyprocess.com
Hi,
Regarding first question,its not possible to do whatever you are asking for.If you remove a circle,it will be removed from all screens.

Regarding 2nd question,remove the Process variable from the progress bar(Screenshot 4) on WI,save it and then launch/open the WI.


Thanks & Regards
Bidisha

freal...@gmail.com

unread,
Nov 12, 2015, 9:20:39 AM11/12/15
to Fujitsu RunMyProcess Developer Community
Hi Bidisha.
Ok.
In the 2nd question, if I did this, the behaviour of other screens didn't work, understand?

Murali

unread,
Nov 13, 2015, 5:24:51 AM11/13/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com

Hi, 

 

Thanks a lot for your email.

 

The latest queries would require professional  consulting/support hours, as they are application specific.

I cordially request you to let us know your RMP Account ID to which we would bill these hours.

If such an arrangement is not in place, kindly provide us with your company details and the Point of Contact to whom we can connect our Sales Team.


Regards,

Murali

freal...@gmail.com

unread,
Nov 13, 2015, 9:03:31 AM11/13/15
to Fujitsu RunMyProcess Developer Community, freal...@gmail.com
Hi.
Thanks for reply. However now I just use trial version, to see if I want buy or not the licence, so I need support in these days for give my decision. I want help in this question, because I need finished this issue that are important in my project.
Reply all
Reply to author
Forward
0 new messages