Hi,
A BPMN 2.0 diagram has Gateway nodes which can be Exclusive, Complex, Parallel, etc. How do I get that type using the interface? For all Parallel & Decision Gateway types, when I query the Element I get the following values: Type is "Decision", the Subtype is "0", SterotypeEx: "0", ClassifierType: "", MetaType:"Gateway", Gentype:"<none>".
State StartStop differ on Psuedo type with 3/4 but this doesnt seem to be the case with Gateway elements. I cannot differentiate Decision from Parallel using anything other than the name, which would be incorrect.
What is the correct way to get the gateway type of the element?
Thanks,
-Timothy