OCDeclareArc
OC-DECLARE Constraint arc/edge between two nodes (i.e., activities)
Used as Input
0
functions accept this type
Used as Output
0
functions return this type(+1 nested)
Type Definition
7 nested items
struct— OC-DECLARE Constraint arc/edge between two nodes (i.e., activities)
arc_type*:OCDeclareArcType— Arc type, modeling temporal relation
counts*:(Option<i64>, Option<i64>)— First tuple element: min count (optional), Second: max count (optional)
[0]:Option<i64>
[1]:Option<i64>
from*:OCDeclareNode— Source node (e.g., triggering activity)
label*:OCDeclareArcLabel— Arc label specifying object involvement criteria
to*:OCDeclareNode— Target node (e.g., target activity)