Class EventHandler.StartWorkflow
java.lang.Object
com.netflix.conductor.common.metadata.events.EventHandler.StartWorkflow
- Enclosing class:
- EventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()getName()voidsetCorrelationId(String correlationId) voidvoidvoidsetTaskToDomain(Map<String, String> taskToDomain) voidsetVersion(Integer version)
-
Constructor Details
-
StartWorkflow
public StartWorkflow()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-
getCorrelationId
- Returns:
- the correlationId
-
setCorrelationId
- Parameters:
correlationId- the correlationId to set
-
getInput
- Returns:
- the input
-
setInput
- Parameters:
input- the input to set
-
getTaskToDomain
-
setTaskToDomain
-