Package akka.javasdk.workflow
package akka.javasdk.workflow
Workflow
component.-
ClassDescriptionA value based workflow command context.StepBuilder.AsyncCallStepBuilder<CallInput,
CallOutput> StepBuilder.CallStepBuilder<CallInput,CallOutput> Workflow<S>Workflows are stateful components and are defined by a set of steps and transitions between them.Workflow.AsyncCallStep<CallInput,CallOutput, FailoverInput> Deprecated.Workflow.CallStep<CallInput,CallOutput, FailoverInput> Deprecated.use methods returningWorkflow.StepEffect
instead.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.Deprecated.UseWorkflow.Effect.Transitional
instead.INTERNAL APIAn effect that is known to be read-only and does not update the state of the entity.Retry strategy without failover configurationDeprecated.use methods returningWorkflow.StepEffect
instead.Deprecated.use methods returningWorkflow.StepEffect
instead.Construct 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.Deprecated.useWorkflow.WorkflowSettings
instead
Workflow.StepEffect
instead.