Uses of Interface
io.dapr.workflows.WorkflowContext
-
Packages that use WorkflowContext Package Description io.dapr.workflows -
-
Uses of WorkflowContext in io.dapr.workflows
Classes in io.dapr.workflows that implement WorkflowContext Modifier and Type Class Description class
DaprWorkflowContextImpl
Methods in io.dapr.workflows with parameters of type WorkflowContext Modifier and Type Method Description void
Workflow. run(WorkflowContext ctx)
Executes the workflow logic.void
WorkflowStub. run(WorkflowContext ctx)
-