Flow Task Args
data class FlowTaskArgs(val connectorOperator: Output<FlowConnectorOperatorArgs>? = null, val destinationField: Output<String>? = null, val sourceFields: Output<List<String>>, val taskProperties: Output<List<FlowTaskPropertiesObjectArgs>>? = null, val taskType: Output<FlowTaskType>) : ConvertibleToJava<FlowTaskArgs>
Constructors
Link copied to clipboard
constructor(connectorOperator: Output<FlowConnectorOperatorArgs>? = null, destinationField: Output<String>? = null, sourceFields: Output<List<String>>, taskProperties: Output<List<FlowTaskPropertiesObjectArgs>>? = null, taskType: Output<FlowTaskType>)
Properties
Link copied to clipboard
Operation to be performed on provided source fields
Link copied to clipboard
A field value on which source field should be validated
Link copied to clipboard
Source fields on which particular task will be applied
Link copied to clipboard
A Map used to store task related info
Link copied to clipboard
Type of task