J.M.
unread,Jul 7, 2015, 6:03:22 AM7/7/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to suppor...@runmyprocess.com
Hi,
I'm building a process whose flow has two differents roles that can establish a negotiation trough a Web Interface that can be seen and edited by both of them.
The steps I'm making is:
1- the role "A" fill the inputs text of a WI.
2- After that, In the lane of role "A", there is an activity which generates a PDF from the inputs of the previous WI.
3- The role "B", has a human task, whose widgets are the same in the form of the point 1, and which are filled with their own values (The values introduced by role "A").
4 - If role "B" doesn´t like the values introduced by role "A", he modifies these values and get back to point 1.
Well, the behaviour I'm getting is:
a) In point 1, I put a determined value (15, for example)
b) The PDF file is generated with that value
c) The value in the form of role "B", is 15 (OK, till here)
d) The role "B" doesn't agree with a value of 15, so he put 12, for example.
e) The role "A" receive a task with the new value, 12 in that case. But this value is too low, so he modifies the value to 13.
f) A new PDF is generated with the value of 13.
g) Then, the role "B" can see his manual task and look for the value introduced by role "A", but this value... is 15!!!
It seems the variables are only updated unidirectionally.
HOW is it possible?
This is happening with a group of variables (all of this WI), not only one.
I'm sure the variables are the same (I've copy-pasted it).
WHY is this happening?
I need help with that, please, this is getting me crazy @_@
thanks in advance and regards