Package akka.javasdk.workflow
package akka.javasdk.workflow
Workflow component.-
ClassDescriptionA value based workflow command context.Workflow<S>Workflows are stateful components and are defined by a set of steps and transitions between them.An Effect is a description of what the runtime needs to do after the command is handled.Construct the effect that is returned by the command handler or a step transition.An effect that is known to be read-only and does not update the state of the entity.Retry strategy without failover configurationConstruct the step effect that is returned by step method.Workflow.WithInput<I,
R> Represents an operation that accepts an input of type I and produces a result of type R.