Class EventHandler.TaskDetails

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

public static class EventHandler.TaskDetails extends Object
  • Constructor Details

    • TaskDetails

      public TaskDetails()
  • Method Details

    • getWorkflowId

      public String getWorkflowId()
      Returns:
      the workflowId
    • setWorkflowId

      public void setWorkflowId(String workflowId)
      Parameters:
      workflowId - the workflowId to set
    • getTaskRefName

      public String getTaskRefName()
      Returns:
      the taskRefName
    • setTaskRefName

      public void setTaskRefName(String taskRefName)
      Parameters:
      taskRefName - the taskRefName to set
    • getOutput

      public Map<String,Object> getOutput()
      Returns:
      the output
    • setOutput

      public void setOutput(Map<String,Object> output)
      Parameters:
      output - the output to set
    • getTaskId

      public String getTaskId()
      Returns:
      the taskId
    • setTaskId

      public void setTaskId(String taskId)
      Parameters:
      taskId - the taskId to set