@RestController @RequestMapping(value="/${nflow.rest.path.prefix}/v1/workflow-definition", produces="application/json") @Component public class WorkflowDefinitionResource extends ResourceBase
actions, actionStateVariables, childWorkflows, currentStateVariables, INCLUDE_PARAM_DESC, INCLUDE_PARAM_VALUES| Constructor and Description |
|---|
WorkflowDefinitionResource(io.nflow.engine.service.WorkflowDefinitionService workflowDefinitions,
ListWorkflowDefinitionConverter converter,
io.nflow.engine.internal.dao.WorkflowDefinitionDao workflowDefinitionDao) |
| Modifier and Type | Method and Description |
|---|---|
List<ListWorkflowDefinitionResponse> |
listWorkflowDefinitions(List<String> types) |
fetchWorkflowInstance, listWorkflowDefinitions, listWorkflowInstances, updateWorkflowInstance@Autowired public WorkflowDefinitionResource(io.nflow.engine.service.WorkflowDefinitionService workflowDefinitions, ListWorkflowDefinitionConverter converter, io.nflow.engine.internal.dao.WorkflowDefinitionDao workflowDefinitionDao)
@GetMapping public List<ListWorkflowDefinitionResponse> listWorkflowDefinitions(@RequestParam(value="type",defaultValue="") List<String> types)
Copyright © 2014–2019 Nitor Creations. All rights reserved.