Namespace Temporalio.Nexus
Classes
- NexusOperationExecutionContext
Nexus operation context available in Temporal-powered Nexus operations via async local Current.
- NexusOperationInfo
Temporal-specific Nexus operation information.
- NexusWorkflowRunHandle
Run handle that is expected to be returned in functions passed to
FromHandleFactory
on WorkflowRunOperationHandler. It is returned fromStartWorkflowAsync
calls on WorkflowRunOperationContext.
- NexusWorkflowRunHandle<TResult>
Run handle that is expected to be returned in functions passed to
FromHandleFactory
on WorkflowRunOperationHandler. It is returned fromStartWorkflowAsync
calls on WorkflowRunOperationContext.
- WorkflowRunOperationContext
Context used to create workflow run handles. This is passed to functions passed to
FromHandleFactory
on WorkflowRunOperationHandler.
- WorkflowRunOperationHandler
Helpers for creating operation handlers backed by Temporal workflows.