Uses of Class
io.nflow.engine.workflow.instance.WorkflowInstanceFactory
Packages that use WorkflowInstanceFactory
Package
Description
Message converters for nFlow REST API services.
JAX-RS compatible services for managing and querying nFlow engine during run time.
Spring-webflux compatible services for managing and querying nFlow engine during run time.
-
Uses of WorkflowInstanceFactory in io.nflow.rest.v1
Methods in io.nflow.rest.v1 with parameters of type WorkflowInstanceFactoryModifier and TypeMethodDescriptionboolean
ResourceBase.updateWorkflowInstance
(long id, UpdateWorkflowInstanceRequest req, WorkflowInstanceFactory workflowInstanceFactory, WorkflowInstanceService workflowInstances, io.nflow.engine.internal.dao.WorkflowInstanceDao workflowInstanceDao) -
Uses of WorkflowInstanceFactory in io.nflow.rest.v1.converter
Constructors in io.nflow.rest.v1.converter with parameters of type WorkflowInstanceFactory -
Uses of WorkflowInstanceFactory in io.nflow.rest.v1.jaxrs
Constructors in io.nflow.rest.v1.jaxrs with parameters of type WorkflowInstanceFactoryModifierConstructorDescriptionWorkflowInstanceResource
(WorkflowInstanceService workflowInstances, CreateWorkflowConverter createWorkflowConverter, ListWorkflowInstanceConverter listWorkflowConverter, WorkflowInstanceFactory workflowInstanceFactory, io.nflow.engine.internal.dao.WorkflowInstanceDao workflowInstanceDao) -
Uses of WorkflowInstanceFactory in io.nflow.rest.v1.springweb
Constructors in io.nflow.rest.v1.springweb with parameters of type WorkflowInstanceFactoryModifierConstructorDescriptionWorkflowInstanceResource
(SchedulerService scheduler, WorkflowInstanceService workflowInstances, CreateWorkflowConverter createWorkflowConverter, ListWorkflowInstanceConverter listWorkflowConverter, WorkflowInstanceFactory workflowInstanceFactory, io.nflow.engine.internal.dao.WorkflowInstanceDao workflowInstanceDao)