Table of Contents

Class WorkflowTaskEventArgs

Namespace
Temporalio.Worker
Assembly
Temporalio.dll

Base class for workflow task event arguments.

public abstract class WorkflowTaskEventArgs : EventArgs
Inheritance
WorkflowTaskEventArgs
Derived
Inherited Members

Remarks

WARNING: This is experimental and there are many caveats about its use. It is important to read the documentation on WorkflowTaskStarting.

Properties

WorkflowDefinition

Gets the workflow definition.

public WorkflowDefinition WorkflowDefinition { get; }

Property Value

WorkflowDefinition

WorkflowInfo

Gets the workflow information.

public WorkflowInfo WorkflowInfo { get; }

Property Value

WorkflowInfo