log

package
v0.18.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NamespaceKey = "workflows"

	ErrorKey = "error"

	ActivityIDKey   = NamespaceKey + ".activity.id"
	ActivityNameKey = NamespaceKey + ".activity.name"
	InstanceIDKey   = NamespaceKey + ".instance.id"
	ExecutionIDKey  = NamespaceKey + ".execution.id"

	WorkflowNameKey = NamespaceKey + ".workflow.name"

	SignalNameKey = NamespaceKey + ".signal.name"

	SeqIDKey       = NamespaceKey + ".seq_id"
	IsReplayingKey = NamespaceKey + ".is_replaying"

	EventTypeKey       = NamespaceKey + ".event.type"
	EventIDKey         = NamespaceKey + ".event.id"
	ScheduleEventIDKey = NamespaceKey + ".event.schedule_event_id"

	TaskIDKey                = NamespaceKey + ".task.id"
	TaskLastSequenceIDKey    = NamespaceKey + ".task.last_sequence_id"
	TaskSequenceIDKey        = NamespaceKey + ".task.sequence_id"
	LocalSequenceIDKey       = NamespaceKey + ".task.local_sequence_id"
	WorkflowInstanceStateKey = NamespaceKey + ".task.workflow_state"
	ExecutedEventsKey        = NamespaceKey + ".task.executed_events"
	NewEventsKey             = NamespaceKey + ".task.new_events"

	AttemptKey  = NamespaceKey + ".attempt"
	DurationKey = NamespaceKey + ".duration_ms"

	// NowKey is the time at which a timer was scheduled
	NowKey = NamespaceKey + ".timer.now"
	// AtKey is the time at which a timer is scheduled to fire
	AtKey = NamespaceKey + ".timer.at"
	// ToKey is the time a simulated timer is advanced to
	ToKey = NamespaceKey + ".timer.to"

	TimerModeFrom = NamespaceKey + ".timer.mode.from"
	TimerModeTo   = NamespaceKey + ".timer.mode.to"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL