Post Actions

In Post Actions tab, you can provide SQL and Stored Procedure queries that can run to perform actions like update, delete or insert data from the database during pipeline run.

These actions could be performed on the Emitters Post Action tab:

FieldDescription
SQLThe user can execute SQL from the actions option by selecting the connection at which he wants to execute the SQL and provide the query which he wants to execute.
Shell Script

The user can invoke a Shell Script as an Action.

To invoke the shell script there are two ways to provide the input:

- Writing the shell script in the inline editor

- Uploading the shell script file to execute it.

Stored Procedure

With this option user can execute a stored procedure or function stored in a database.

To do so, the user has to select an appropriate JDBC connection.

Further you would be required to select the relevant stored procedure appearing in the drop-down menu.

  • If for some reason the action configured fails to execute, the user has an option to check mark the Ignore Action Error option so that the pipeline runs without getting impacted.

  • By check marking the Ignore while Execution option, the configuration will remain intact in the pipeline, but the configured action will not get executed.

  • The user can also configure multiple actions by clicking at the Add Action button.

Top