Prasad90 - Friday, September 28, 2012 9:35 AM:
In ARAS there is an ItemType named Workflow Process Path which connects an Activity to another Activity in Workflow Process.
It has this two properties named "x" and "y".
As far as I know "x" and "y" stores the x and y position of the name(label) of the Path which connects two properties. These values are filled automatically by ARAS Framework at the time of workflow creation.
However I observed that some instances of "Workflow Process Path" has negative values of 'x" and "y". Also while editing the Workflow, if we change the position of name(label) of the Path these values also get changed.
My question is, How ARAS determines the exact location of the name(label) of the path while showing GUI of Workflow ?
vasant - Tuesday, October 2, 2012 6:25 AM:
Hello Prasad,
Yes Prasad Conceptually you are right, in ARAS there is an Item Type named Workflow
Process Path which connects an Activity to another Activity
in Workflow Process.
It has two properties named "x" and "y" which, stores the x
and y position of the name (label) of the Path which connects two Activities.
These values are filled automatically by ARAS Framework at the time of workflow
creation by using Workflow Map.
You might have observed that Workflow Process Path has a related_id "Activity" Item. And Activity also has two properties named "x" and "y" which, stores the x and y position of the name (label) of the Activity.
Now,
|
The value of properties x and y in Workflow Process Path are settled with relative to value of properties x and y of Activity. The value of x and y in Activity must be positive. The value of x and y in Workflow Process Path are settled according to the value of x and y of Activity. |
And Workflow Process Path's x and y are calculated from the x and y of Source Activity.
Hope it will be useful to you...
Thanks & Regards,
Vasant Padhiyar
