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
SDK state machine JSON definitions include documentation fields that OttoChain's strict decoder rejects. The _ prefix is reserved for fiber engine processing, so we need a different approach.
Proposal
Add an optional comment field to StateMachineDefinition (and possibly other schema types):
Background
SDK state machine JSON definitions include documentation fields that OttoChain's strict decoder rejects. The
_prefix is reserved for fiber engine processing, so we need a different approach.Proposal
Add an optional
commentfield toStateMachineDefinition(and possibly other schema types):Alternatives Considered
_comment- Conflicts with reserved key convention (_prefix = engine processing)Acceptance Criteria
comment: Option[String]toStateMachineDefinitionStateandTransitionas wellcommentinstead of_commentRelated
initialDataTemplateand_commentfieldsReservedKeys.scala