Class InsertWorkflowStepsDTO


  • public class InsertWorkflowStepsDTO
    extends Object
    • Constructor Detail

      • InsertWorkflowStepsDTO

        public InsertWorkflowStepsDTO()
    • Method Detail

      • insertApprovalStep

        public WorkflowDTO.ApprovalStepDTO insertApprovalStep​(String uniqueName)
        Inserts an approval step right after workflow post logic step that is executing this code.
        Parameters:
        uniqueName - Name of the step
        Returns:
      • insertWatcherStep

        public WorkflowDTO.WatcherStepDTO insertWatcherStep​(String uniqueName)
        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:
      • isPostStepLogicFailed

        public boolean isPostStepLogicFailed()
      • setPostStepLogicFailed

        public void setPostStepLogicFailed​(boolean postStepLogicFailed)