Uses of Record Class
com.scivicslab.workfloweditor.rest.WorkflowResource.WorkflowEvent
Packages that use WorkflowResource.WorkflowEvent
-
Uses of WorkflowResource.WorkflowEvent in com.scivicslab.workfloweditor.rest
Methods in com.scivicslab.workfloweditor.rest that return types with arguments of type WorkflowResource.WorkflowEventModifier and TypeMethodDescriptionWorkflowResource.getSseEmitter()Exposes the SSE emitter for use by other resource classes (e.g., WorkflowApiResource). -
Uses of WorkflowResource.WorkflowEvent in com.scivicslab.workfloweditor.service
Method parameters in com.scivicslab.workfloweditor.service with type arguments of type WorkflowResource.WorkflowEventModifier and TypeMethodDescriptionvoidWorkflowRunner.run(String name, List<WorkflowResource.MatrixRow> rows, int maxIterations, Level logLevel, Consumer<WorkflowResource.WorkflowEvent> emitter) Runs a workflow from matrix rows.voidWorkflowRunner.runYaml(String yaml, int maxIterations, Level logLevel, Consumer<WorkflowResource.WorkflowEvent> emitter) Runs a workflow from raw YAML string.