Class EventHandler.UpdateWorkflowVariables
java.lang.Object
com.netflix.conductor.common.metadata.events.EventHandler.UpdateWorkflowVariables
- Enclosing class:
- EventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAppendArray(Boolean appendArray) voidsetVariables(Map<String, Object> variables) voidsetWorkflowId(String workflowId)
-
Constructor Details
-
UpdateWorkflowVariables
public UpdateWorkflowVariables()
-
-
Method Details
-
getWorkflowId
- Returns:
- the workflowId
-
setWorkflowId
- Parameters:
workflowId- the workflowId to set
-
getVariables
- Returns:
- the variables
-
setVariables
- Parameters:
variables- the variables to set
-
isAppendArray
- Returns:
- appendArray
-
setAppendArray
- Parameters:
appendArray- the appendArray to set
-