Good afternoon!
Imagine a simple process, containing a sequence of tasks. 1st task will be used to create a specific DataObject (output of Task1), where 2nd task will use this DataObject to send it to an external partner for example (input for Task2). To show this dependencies DataObject will be attached via DataAssotiation to Task1 (DataObject as target), and in opposite direction to Task2 (Task2 as target):
DataObject
[input]
|
|
v
Start -> Task1 -> Task2 -> End
|
|
v
DataObject
[output]
When creating this model via VP I will be asked for using the DataObject as view in case I will add the second one with unique name to the model. Next step is to attach States to the DataObjects (right click->State->Configure). So far so good, as sketched above model finally will contain state information.
Next step is to maintain properties whether DataObject construct is required for start of task or not (right click->Model Element Properties-> …). Unfortunately this property will be handled unique for all views of the DataObject construct, so that I will be not able to define it as result of Task1 and as mandatory input for Task2. Modification of DataObject view attached to Task1 will influence other view attached to Task2 and vice versa.
Could you please check this, and give some feedback whether this is bug or feature? How to achieve the expected behaviour (modification of property independent per view)?
Thank you - Frank