Package akka.javasdk.workflow
Class Workflow.RunnableStep
Object
akka.javasdk.workflow.Workflow.RunnableStep
- All Implemented Interfaces:
Workflow.Step
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRunnableStep
(String name, Runnable runnable, Supplier<Workflow.Effect.TransitionalEffect<Void>> transitionFunc) Deprecated.Not for direct user construction, instances are created through the workflow DSL -
Method Summary
-
Field Details
-
runnable
Deprecated. -
transitionFunc
Deprecated.
-
-
Constructor Details
-
RunnableStep
public RunnableStep(String name, Runnable runnable, Supplier<Workflow.Effect.TransitionalEffect<Void>> transitionFunc) Deprecated.Not for direct user construction, instances are created through the workflow DSL
-
-
Method Details
-
name
Deprecated.- Specified by:
name
in interfaceWorkflow.Step
-
timeout
Deprecated.- Specified by:
timeout
in interfaceWorkflow.Step
-
timeout
Deprecated.Define a step timeout.
-
Workflow.StepEffect
instead.