Versions in this module Expand all Collapse all v1 v1.0.2 Jun 1, 2026 v1.0.1 May 29, 2026 Changes in this version + type DebugErrorEvent struct + Message string + Type DebugErrorEventType + type DebugErrorEventType string + const Error + func (e DebugErrorEventType) Valid() bool + type DebugEvent struct + func (t *DebugEvent) FromDebugErrorEvent(v DebugErrorEvent) error + func (t *DebugEvent) FromDebugMessageEvent(v DebugMessageEvent) error + func (t *DebugEvent) FromDebugReadyEvent(v DebugReadyEvent) error + func (t *DebugEvent) MergeDebugErrorEvent(v DebugErrorEvent) error + func (t *DebugEvent) MergeDebugMessageEvent(v DebugMessageEvent) error + func (t *DebugEvent) MergeDebugReadyEvent(v DebugReadyEvent) error + func (t *DebugEvent) UnmarshalJSON(b []byte) error + func (t DebugEvent) AsDebugErrorEvent() (DebugErrorEvent, error) + func (t DebugEvent) AsDebugMessageEvent() (DebugMessageEvent, error) + func (t DebugEvent) AsDebugReadyEvent() (DebugReadyEvent, error) + func (t DebugEvent) Discriminator() (string, error) + func (t DebugEvent) MarshalJSON() ([]byte, error) + func (t DebugEvent) ValueByDiscriminator() (interface{}, error) + type DebugExternalState struct + Gpio *map[string]int + Serial *[]string + type DebugMessageEvent struct + Text string + Type DebugMessageEventType + type DebugMessageEventType string + const Message + func (e DebugMessageEventType) Valid() bool + type DebugReadyEvent struct + SessionId string + Type DebugReadyEventType + type DebugReadyEventType string + const Ready + func (e DebugReadyEventType) Valid() bool + type DebugRequest struct + Workflow externalRef0.Workflow + type DebugStepRequest struct + Context map[string]interface{} + ExternalState DebugExternalState + NodeId *string + type DebugStepResult struct + Context map[string]interface{} + ExecutedNode string + NextNode string