Action | Action Parameter | Description and Values |
---|---|---|
Stop | Reason code. | Flag indicating reason for stop. |
Break | No parameters | Breaks the execution process. Execution resumes with the next source or target record reference link on the current source record. |
Discard | No parameters | Current input record is discarded. |
ExecuteCommand | target name | Name of the target to execute the command. |
command | Command that must be executed. | |
command type | Indicates how the SQL string or command is processed before it is passed to the connector. Select any of the following command type processor: • plain_text: Uses the string as the SQL command and additional processing of the command is not required. • expression: Command is evaluated as an expression and the return value is passed to the connector as the SQL command. • preprocessor: Command is preprocessed using the SQL statement preprocessor (DJX/DJXBEGIN/DJXEND) and the result is passed to the connector. | |
ExecuteExpression | expression | Expression that must be executed. Click within the cell and then click ... to add an EZscript expression. For information about adding EZscript expressions, see Scripting. |
OutputRecordSet | source name | Source that must be processed. |
preserve | Select Yes to preserve values in row set. Else, select No. | |
max record count | Maximum record counts to output. Click within the cell and then click ... to add an EZscript expression. For information about adding EZscript expressions, see Scripting. | |
RaiseUserDefinedEvent | event name | Name for the event. |
parameter string | Event parameter data to be passed | |
Reject | reason code | Signals to the transformation engine that the current input record should be rejected. This parameter allows you to associate the reject with an integer value that can be mapped to the reason for the reject. |
TableOperation | operation type | Perform a table operation on a multimode output port. The table or entity name and the table definition are specified using the address of a record record_address from the schema for a multimode target port. Allowed values for operation_type: • Create: Create a table using the record type information for record_address to define the column names and data types. • Drop: Drop the table associated with record_address if the table exists. • Truncate: Delete records from the table associated with record_address. This is usually done by performing a truncate operation on the backend system. |
record address | Record in multimode target describing the table or entity. | |
Terminate | No parameter | Stops the execution process. |