Class EventHandler.Action

java.lang.Object
com.netflix.conductor.common.metadata.events.EventHandler.Action
Enclosing class:
EventHandler

public static class EventHandler.Action extends Object
  • Constructor Details

    • Action

      public Action()
  • Method Details

    • getAction

      public EventHandler.Action.Type getAction()
      Returns:
      the action
    • setAction

      public void setAction(EventHandler.Action.Type action)
      Parameters:
      action - the action to set
    • getStart_workflow

      public EventHandler.StartWorkflow getStart_workflow()
      Returns:
      the start_workflow
    • setStart_workflow

      public void setStart_workflow(EventHandler.StartWorkflow start_workflow)
      Parameters:
      start_workflow - the start_workflow to set
    • getComplete_task

      public EventHandler.TaskDetails getComplete_task()
      Returns:
      the complete_task
    • setComplete_task

      public void setComplete_task(EventHandler.TaskDetails complete_task)
      Parameters:
      complete_task - the complete_task to set
    • getFail_task

      public EventHandler.TaskDetails getFail_task()
      Returns:
      the fail_task
    • setFail_task

      public void setFail_task(EventHandler.TaskDetails fail_task)
      Parameters:
      fail_task - the fail_task to set
    • setExpandInlineJSON

      public void setExpandInlineJSON(boolean expandInlineJSON)
      Parameters:
      expandInlineJSON - when set to true, the in-lined JSON strings are expanded to a full json document
    • isExpandInlineJSON

      public boolean isExpandInlineJSON()
      Returns:
      true if the json strings within the payload should be expanded.
    • getTerminate_workflow

      public EventHandler.TerminateWorkflow getTerminate_workflow()
      Returns:
      the terminate_workflow
    • setTerminate_workflow

      public void setTerminate_workflow(EventHandler.TerminateWorkflow terminate_workflow)
      Parameters:
      terminate_workflow - the terminate_workflow to set
    • getUpdate_workflow_variables

      public EventHandler.UpdateWorkflowVariables getUpdate_workflow_variables()
      Returns:
      the update_workflow_variables
    • setUpdate_workflow_variables

      public void setUpdate_workflow_variables(EventHandler.UpdateWorkflowVariables update_workflow_variables)
      Parameters:
      update_workflow_variables - the update_workflow_variables to set