Class StartWorkflowRequest
java.lang.Object
com.netflix.conductor.common.metadata.workflow.StartWorkflowRequest
- Direct Known Subclasses:
WorkflowTestRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithCorrelationId(String correlationId) withCreatedBy(String createdBy) withExternalInputPayloadStoragePath(String externalInputPayloadStoragePath) withPriority(Integer priority) withTaskToDomain(Map<String, String> taskToDomain) withVersion(Integer version) withWorkflowDef(WorkflowDef workflowDef)
-
Constructor Details
-
StartWorkflowRequest
public StartWorkflowRequest()
-
-
Method Details
-
withName
-
withVersion
-
withCorrelationId
-
withExternalInputPayloadStoragePath
public StartWorkflowRequest withExternalInputPayloadStoragePath(String externalInputPayloadStoragePath) -
withPriority
-
withInput
-
withTaskToDomain
-
withWorkflowDef
-
withCreatedBy
-