| Package | Description |
|---|---|
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStep |
Job.getCurrentWorkflowStep()
The step where the workflow currently is.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStep> |
Job.getCompletedWorkflowSteps()
The steps that have been completed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setCurrentWorkflowStep(WorkflowStep currentWorkflowStep) |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setCompletedWorkflowSteps(List<WorkflowStep> completedWorkflowSteps) |
Copyright © 2017. All rights reserved.