Skip to main content

Enumeration: SpanName

opentelemetry.SpanName

Enumeration Members

ACTIVITY_EXECUTE

ACTIVITY_EXECUTE = "RunActivity"

Activity is executing


ACTIVITY_START

ACTIVITY_START = "StartActivity"

Activity is scheduled by a Workflow


CHILD_WORKFLOW_START

CHILD_WORKFLOW_START = "StartChildWorkflow"

Child Workflow is started (by parent Workflow)


CONTINUE_AS_NEW

CONTINUE_AS_NEW = "ContinueAsNew"

Workflow is continuing as new


WORKFLOW_EXECUTE

WORKFLOW_EXECUTE = "RunWorkflow"

Workflow run is executing


WORKFLOW_SIGNAL_WITH_START

WORKFLOW_SIGNAL_WITH_START = "SignalWithStartWorkflow"

Workflow is client calls signalWithStart


WORKFLOW_START

WORKFLOW_START = "StartWorkflow"

Workflow is scheduled by a client