Interface INeedWorkflowDirectory

All Known Implementing Classes:
AbstractTextFeedWorkflowAction, GroovyScriptWorkflowAction, GroovyScriptWorkflowCondition, GroovyScriptWorkflowEventHandler, GroupTextFeedWorkflowAction, MsTeamsCreateGroupWorkflowAction, MsTeamsCreateMeetingWorkflowAction, MsTeamsCreateTeamWorkflowAction, MsTeamsMessageWorkflowAction, PushNotificationWorkflowAction, SendMailWorkflowAction, SystemMessageWorkflowAction, TextFeedWorkflowAction, VelocityWorkflowAction, WebSocketWorkflowAction

public interface INeedWorkflowDirectory
This interface should be implemented by IWorkflowObjects that need to know where their workflow directory is.
  • Method Details

    • getWorkflowDirectory

      Path getWorkflowDirectory()
      Get the workflow directory.
      Returns:
      The workflow directory.
    • setWorkflowDirectory

      void setWorkflowDirectory(Path p_dir)
      Set the workflow directory.
      Parameters:
      p_dir - The workflow directory.