1
General Board / How do I specify a set of values for run states?
« on: January 31, 2017, 11:14:22 am »
Hi people,
I'm pulling my hair out, because I believe that I've achieved this before (maybe I was dreaming).
I'm trying to create something as a base class (object, entity, whatever) which has a set of attributes, many of which are to be defined as enumerated lists.
The end product is something that I can drag onto diagrams, as an instance, and then set the "run state" for each of the attributes, by selecting values from the enumerated list associated with that attribute.
These things represent "nodes" in "workflows" so my final intention is to link these instances to each other with sequence flows.
Andy
I'm pulling my hair out, because I believe that I've achieved this before (maybe I was dreaming).
I'm trying to create something as a base class (object, entity, whatever) which has a set of attributes, many of which are to be defined as enumerated lists.
The end product is something that I can drag onto diagrams, as an instance, and then set the "run state" for each of the attributes, by selecting values from the enumerated list associated with that attribute.
These things represent "nodes" in "workflows" so my final intention is to link these instances to each other with sequence flows.
Andy