Flow Task Args
data class FlowTaskArgs(val connectorOperators: Output<List<FlowTaskConnectorOperatorArgs>>? = null, val destinationField: Output<String>? = null, val sourceFields: Output<List<String>>, val taskProperties: Output<Map<String, String>>? = null, val taskType: Output<String>) : ConvertibleToJava<FlowTaskArgs>
Constructors
Link copied to clipboard
fun FlowTaskArgs(connectorOperators: Output<List<FlowTaskConnectorOperatorArgs>>? = null, destinationField: Output<String>? = null, sourceFields: Output<List<String>>, taskProperties: Output<Map<String, String>>? = null, taskType: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Map used to store task-related information. The execution service looks for particular information based on the TaskType
. Valid keys are VALUE
, VALUES
, DATA_TYPE
, UPPER_BOUND
, LOWER_BOUND
, SOURCE_DATA_TYPE
, DESTINATION_DATA_TYPE
, VALIDATION_ACTION
, MASK_VALUE
, MASK_LENGTH
, TRUNCATE_LENGTH
, MATH_OPERATION_FIELDS_ORDER
, CONCAT_FORMAT
, SUBFIELD_CATEGORY_MAP
, and EXCLUDE_SOURCE_FIELDS_LIST
.