public class InsertWorkflowStepsDTO extends Object
| Constructor and Description |
|---|
InsertWorkflowStepsDTO() |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<WorkflowDTO.StepDTO> |
getSteps() |
WorkflowDTO.ApprovalStepDTO |
insertApprovalStep(String uniqueName)
Inserts an approval step right after workflow post logic step that is executing this code.
|
WorkflowDTO.WatcherStepDTO |
insertWatcherStep(String uniqueName)
Inserts a watcher step right after workflow post logic step that is executing this code.
|
boolean |
isPostStepLogicFailed() |
void |
setPostStepLogicFailed(boolean postStepLogicFailed) |
public WorkflowDTO.ApprovalStepDTO insertApprovalStep(String uniqueName)
uniqueName - Name of the steppublic WorkflowDTO.WatcherStepDTO insertWatcherStep(String uniqueName)
uniqueName - Name of the steppublic LinkedHashSet<WorkflowDTO.StepDTO> getSteps()
public boolean isPostStepLogicFailed()
public void setPostStepLogicFailed(boolean postStepLogicFailed)
Copyright © 2019. All rights reserved.