Package net.pricefx.common.dto
Class InsertWorkflowStepsDTO
Object
InsertWorkflowStepsDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSteps()insertApprovalStep(String uniqueName) Inserts an approval step right after workflow post logic step that is executing this code.insertWatcherStep(String uniqueName) Inserts a watcher step right after workflow post logic step that is executing this code.booleanvoidsetPostStepLogicFailed(boolean postStepLogicFailed)
-
Constructor Details
-
InsertWorkflowStepsDTO
public InsertWorkflowStepsDTO()
-
-
Method Details
-
insertApprovalStep
Inserts an approval step right after workflow post logic step that is executing this code.- Parameters:
uniqueName- Name of the step- Returns:
-
insertWatcherStep
Inserts a watcher step right after workflow post logic step that is executing this code. A watcher step cannot approve or deny, but will receive a notification when it becomes active.- Parameters:
uniqueName- Name of the step- Returns:
-
getSteps
-
isPostStepLogicFailed
public boolean isPostStepLogicFailed() -
setPostStepLogicFailed
public void setPostStepLogicFailed(boolean postStepLogicFailed)
-