Procedural Scheduling Follow Up: Rework `GoalId` to remove `Optional`
Opened this issue · 0 comments
Mythicaeda commented
Comment from original PR: #1496 (comment)
Body of comment:
GoalId
should be split into a pair ofGoalInvocationId
andGoalDefinitionId
(or something similarly named). This will avoid us needing to useOptional
to meet the one use case of updating a goal definition's parameter schema.