Skip to main content
Version: 10.2.9

Delete Transaction

High-level description

The Delete Transaction component defines the step to delete the Intake transaction identified by the transaction ID.

The Delete Transaction component bot config step expects input data with the _sys_transaction_id column. This column identifies the transaction in the _intake_transactions_v04 Data Store.

How to use

  1. Provide the step which exports the _sys_transaction_id column or uploads the data (a CSV file) for the Delete Transaction Business Process (the CSV file should include the single column: _sys_transaction_id).
  2. Go to the side panel on the right > the Bot tab (Other) and drag-n-drop the DeleteTransaction Bot Config from the Intake Bots BCB. Its name is Intake Bots \<VERSION> (DeleteTransaction).

A CSV file transaction ID may look as follows:

_sys_transaction_id
be89e044-6229-49bd-8fbc-260f9c77b739

How it works

The Delete Transaction component performs the following actions:

  • Deletes all S3 documents refered by the Intake transaction documents. The textLink, taggedTextLink, originalDocumentLink, and origin properties are considered.
  • Deletes the Intake transaction record from the _intake_transactions_v04 Data Store.

The component exports original data only, for example, all the input columns.