Closed DianeWold closed 7 months ago
The string of classes involved in this rule: ScheduleTimeline as the parent of ScheduledInstance via the "instances" relationship ScheduledInstance as the parent of ScheduleTimeline via the "timeline" relationship ScheduleTimeline I think that the fact that a ScheduledInstance can be a ScheduledDecisionInstance or a ScheduledActivityInstance is not relevant for the check. I don't know whether this is a check that can be executed.
This should be possible as a check for timelineId
equal_to
parent_id
with a Scope
that Include
s ScheduledActivityInstance
and ScheduledDecisionInstance
Moving to Done as work has progressed for #161
CHK0100: A scheduledInstance should not point to it's own timeline. The ScheduledInstance can be either a ScheduledDecisionInstance or a ScheduledActivityInstance.