Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Task.Builder |
associationType(Task.AssociationType associationType)
The association type of the task
|
Task |
build() |
Task.Builder |
copy(Task model) |
Task.Builder |
outputVariableMappings(List<OutputVariableMapping> outputVariableMappings)
Mapping output variables of previous tasks to the input variables of the current task.
|
Task.Builder |
stepName(String stepName)
The name of the task step.
|
Task.Builder |
stepProperties(ComponentProperties stepProperties) |
Task.Builder |
taskRecordDetails(AssociatedTaskDetails taskRecordDetails) |
public Task.Builder stepName(String stepName)
The name of the task step.
stepName
- the value to setpublic Task.Builder associationType(Task.AssociationType associationType)
The association type of the task
associationType
- the value to setpublic Task.Builder taskRecordDetails(AssociatedTaskDetails taskRecordDetails)
public Task.Builder stepProperties(ComponentProperties stepProperties)
public Task.Builder outputVariableMappings(List<OutputVariableMapping> outputVariableMappings)
Mapping output variables of previous tasks to the input variables of the current task.
outputVariableMappings
- the value to setpublic Task build()
public Task.Builder copy(Task model)
Copyright © 2016–2024. All rights reserved.