Uses of Class
io.serverlessworkflow.api.Workflow
-
Packages that use Workflow Package Description io.serverlessworkflow.api io.serverlessworkflow.api.interfaces io.serverlessworkflow.api.serializers io.serverlessworkflow.api.workflow -
-
Uses of Workflow in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Workflow Modifier and Type Method Description Workflow
Workflow. withDataInputSchema(String dataInputSchema)
Workflow
Workflow. withDataOutputSchema(String dataOutputSchema)
Workflow
Workflow. withDescription(String description)
Workflow
Workflow. withEvents(Events events)
Workflow
Workflow. withExtensions(List<Extension> extensions)
Workflow
Workflow. withFunctions(Functions functions)
Workflow
Workflow. withId(String id)
Workflow
Workflow. withMetadata(Map<String,String> metadata)
Workflow
Workflow. withName(String name)
Workflow
Workflow. withRetries(Retries retries)
Workflow
Workflow. withSchemaVersion(String schemaVersion)
Workflow
Workflow. withStates(List<State> states)
Workflow
Workflow. withVersion(String version)
-
Uses of Workflow in io.serverlessworkflow.api.interfaces
Methods in io.serverlessworkflow.api.interfaces with parameters of type Workflow Modifier and Type Method Description WorkflowDiagram
WorkflowDiagram. setWorkflow(Workflow workflow)
WorkflowValidator
WorkflowValidator. setWorkflow(Workflow workflow)
-
Uses of Workflow in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type Workflow Modifier and Type Method Description void
WorkflowSerializer. serialize(Workflow workflow, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type Workflow Constructor Description WorkflowSerializer(Class<Workflow> t)
-
Uses of Workflow in io.serverlessworkflow.api.workflow
Methods in io.serverlessworkflow.api.workflow that return Workflow Modifier and Type Method Description static Workflow
BaseWorkflow. fromSource(String source)
Methods in io.serverlessworkflow.api.workflow with parameters of type Workflow Modifier and Type Method Description static String
BaseWorkflow. toJson(Workflow workflow)
static String
BaseWorkflow. toYaml(Workflow workflow)
-