Uses of Interface
io.serverlessworkflow.api.WorkflowReaderOperations
Packages that use WorkflowReaderOperations
-
Uses of WorkflowReaderOperations in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return WorkflowReaderOperationsModifier and TypeMethodDescriptionstatic WorkflowReaderOperationsWorkflowReader.noValidation()Returns aWorkflowReaderOperationsinstance that performs no validation.static WorkflowReaderOperationsWorkflowReader.validation()Returns aWorkflowReaderOperationsinstance that performs validation.Methods in io.serverlessworkflow.api with parameters of type WorkflowReaderOperationsModifier and TypeMethodDescriptionstatic io.serverlessworkflow.api.types.WorkflowWorkflowReader.readWorkflow(Path path, WorkflowFormat format, WorkflowReaderOperations reader) Reads a workflow from a file path using the specified format and custom reader.static io.serverlessworkflow.api.types.WorkflowWorkflowReader.readWorkflow(Path path, WorkflowReaderOperations reader) Reads a workflow from a file path using a custom reader.static io.serverlessworkflow.api.types.WorkflowWorkflowReader.readWorkflowFromClasspath(String classpath, WorkflowReaderOperations reader) Reads a workflow from the classpath using a custom reader.static io.serverlessworkflow.api.types.WorkflowWorkflowReader.readWorkflowFromClasspath(String classpath, ClassLoader cl, WorkflowFormat format, WorkflowReaderOperations reader) Reads a workflow from the classpath using the specified class loader, format, and custom reader.