Uses of Interface
io.dapr.workflows.WorkflowContext
-
Uses of WorkflowContext in io.dapr.workflows
Modifier and TypeMethodDescriptionvoid
Workflow.run
(WorkflowContext ctx) Executes the workflow logic.void
WorkflowStub.run
(WorkflowContext ctx) -
Uses of WorkflowContext in io.dapr.workflows.saga
Modifier and TypeMethodDescriptionvoid
Saga.compensate
(WorkflowContext ctx) Compensate all registered activities.ModifierConstructorDescriptionDaprSagaContextImpl
(Saga saga, WorkflowContext workflowContext) Constructor to build up instance.