Class EventHandler.TaskDetails
java.lang.Object
com.netflix.conductor.common.metadata.events.EventHandler.TaskDetails
- Enclosing class:
- EventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetTaskRefName(String taskRefName) voidsetWorkflowId(String workflowId)
-
Constructor Details
-
TaskDetails
public TaskDetails()
-
-
Method Details
-
getWorkflowId
- Returns:
- the workflowId
-
setWorkflowId
- Parameters:
workflowId- the workflowId to set
-
getTaskRefName
- Returns:
- the taskRefName
-
setTaskRefName
- Parameters:
taskRefName- the taskRefName to set
-
getOutput
- Returns:
- the output
-
setOutput
- Parameters:
output- the output to set
-
getTaskId
- Returns:
- the taskId
-
setTaskId
- Parameters:
taskId- the taskId to set
-