FlowTaskArgs

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
val destinationField: Output<String>? = null

A field value on which source field should be validated

Link copied to clipboard
val sourceFields: Output<List<String>>

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
val taskType: Output<FlowTaskType>

Type of task

Functions

Link copied to clipboard
open override fun toJava(): FlowTaskArgs