package
0.2.1
Repository: https://github.com/luno/workflow.git
Documentation: pkg.go.dev

# Variables

ConsumerLag is a metric for how far behind the consumer is based on the last consumed event.
ConsumerLagAlert is whether the consumer is too far behind or not.
ProcessErrors is the number of errors from processing events.
ProcessLatency is how long the process is taking to process an event.
ProcessSkippedEvents is the number of events skipped by the process.
ProcessStates reflects the states of all the processes for the instance that form part of the workflow.
RunStateChanges reflects the states of all the runs for the workflow.