Documentation ¶
Index ¶
Constants ¶
View Source
const ( Prefix = "workflows." // Workflows WorkflowInstanceCreated = Prefix + "workflow.created" WorkflowInstanceFinished = Prefix + "workflow.finished" WorkflowTaskProcessed = Prefix + "workflow.task.processed" WorkflowTaskDelay = Prefix + "workflow.task.time_in_queue" WorkflowInstanceCacheSize = Prefix + "workflow.cache.size" WorkflowInstanceCacheEviction = Prefix + "workflow.cache.eviction" // Activities ActivityTaskScheduled = Prefix + "activity.task.scheduled" ActivityTaskProcessed = Prefix + "activity.task.processed" ActivityTaskDelay = Prefix + "activity.task.time_in_queue" )
View Source
const ( // Backend being used Backend = "backend" // Reason for evicting an entry from the workflow instance cache EvictionReason = "reason" SubWorkflow = "subworkflow" ContinuedAsNew = "continued_as_new" ActivityName = "activity" EventName = "event" )
Tag names
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.