Uses of Interface
io.dapr.workflows.WorkflowContext
Packages that use WorkflowContext
-
Uses of WorkflowContext in io.dapr.workflows
Classes in io.dapr.workflows that implement WorkflowContextMethods in io.dapr.workflows with parameters of type WorkflowContextModifier and TypeMethodDescriptionvoid
Workflow.run
(WorkflowContext ctx) Executes the workflow logic.void
WorkflowStub.run
(WorkflowContext ctx) -
Uses of WorkflowContext in io.dapr.workflows.saga
Methods in io.dapr.workflows.saga with parameters of type WorkflowContextModifier and TypeMethodDescriptionvoid
Saga.compensate
(WorkflowContext ctx) Compensate all registered activities.Constructors in io.dapr.workflows.saga with parameters of type WorkflowContextModifierConstructorDescriptionDaprSagaContextImpl
(Saga saga, WorkflowContext workflowContext) Constructor to build up instance.