Package akka.javasdk.workflow
package akka.javasdk.workflow
Workflow
component.-
ClassDescriptionA value based workflow command context.StepBuilder.AsyncCallStepBuilder<CallInput,
CallOutput> StepBuilder.CallStepBuilder<Input,DefCallInput, DefCallOutput> Workflow<S>Workflows are stateful components and are defined by a set of steps and transitions between them.Workflow.AsyncCallStep<CallInput,CallOutput, FailoverInput> Workflow.CallStep<CallInput,DefCallInput, DefCallOutput, FailoverInput> 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.A workflow effect type that contains information about the transition to the next step.An effect that is known to be read only and does not update the state of the entity.Retry strategy without failover configuration