Modifier and Type | Method and Description |
---|---|
void |
Engine.execute(Execution execution,
WorkflowStep... steps)
Submit the step to the engine to be executed.
|
void |
Executor.setJobInformation(Execution execution,
WorkflowStep step)
Set the job information for this executor.
|
Modifier and Type | Method and Description |
---|---|
WorkflowStep |
Workflow.getStep(String step)
Retrieve a specific step from the workflow.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowStep> |
Workflow.getSteps()
Retrieve the list of steps of a workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
Workflow.addStep(WorkflowStep step)
Add the step to the list of steps in the workflow.
|
Modifier and Type | Method and Description |
---|---|
void |
Workflow.setSteps(List<WorkflowStep> steps)
Set the list of steps of a workflow.
|
Modifier and Type | Method and Description |
---|---|
WorkflowStep |
StepStateChangedEvent.getStep() |
Constructor and Description |
---|
StepStateChangedEvent(WorkflowStep step,
Execution execution,
Execution.State newState) |
Modifier and Type | Method and Description |
---|---|
WorkflowStep |
WorkflowsResource.getStep(String workflowId,
String stepId)
Get a workflow step associated with a workflow
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowStep> |
WorkflowsResource.getSteps(String workflowId)
Get steps associated with a workflow
|
Modifier and Type | Method and Description |
---|---|
static WorkflowStep |
WorkflowUtil.createWorkflowStep(String title,
Person creator,
WorkflowTool tool,
Map<String,String> inputs,
Map<String,String> outputs,
Map<String,String> parameters)
Create workflow step
|
Copyright © 2017. All rights reserved.