destination state of a transition

symmetricno
inlinedyes
schema SubWorkflowExitPoint SubWorkflowExitPoint State State name (String) description (String) description_format (String) SubWorkflowExitPoint->State destination_state 0..1 0..n Transition Transition name (String) type (String) description (String) description_format (String) Transition->State destination_state 0..1 0..n
relation (2)cardinalityconstraintsoptions
SubWorkflowExitPoint destination_state State0..1 0..nRQLConstraint(DISTINCT Any O,S WHERE T subworkflow_exit S, T transition_of WF, O state_of WF)inlined
Transition destination_state State0..1 0..nRQLConstraint(DISTINCT Any O,S WHERE S transition_of WF, O state_of WF)inlined