You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
In a composite model, this is not possible to reference types of a state.
For example the following will not work:
composite error behavior
states
[ comp1.Failed.typeval1 and comp2.Failed.typeval2 ]-> Failed.typeval3;
end composite;
But the following will work:
composite error behavior
states
[ comp1.Failed and comp2.Failed]-> Failed;
end composite;
The text was updated successfully, but these errors were encountered: