Update Transaction

Estimated reading: 3 minutes

The Update Transaction component enables you to update the details of an existing transaction in Robility Manager directly from Robility Flow.

Example: The output of the Get Transaction component can be used here, as it contains the Batch ID, URN, and Queue of the existing transaction. The field values can be modified in this JSON format, and the changes will be updated in Robility Manager.

Pre-Requisites

  • Ensure a project is created in Robility Manager.
  • Within the project, ensure you can access the Interact Workflow that needs to be configured.
  • Under the Project Configuration tab, verify that the following are properly configured: Fields, Queue, and Business Rules.
  • The input JSON must contain the Batch ID and URN of the existing transaction.
  • Only the output extracted from the Get Transaction component is accepted as input in the JSON field.
  • Existing field values can be updated either by hardcoding them or by using a global variable.
  • If the existing URN is locked, it must be unlocked in Robility Manager before updating the transaction details.

Parameter

Parameter Description
Update_Transaction* Provide the field values in JSON format.

Note: Use the output from Get Transaction to update the existing transaction details.
Time Out Specifies the maximum time allowed for the workflow to be executed. The operation will stop if this limit is exceeded to prevent hanging.
Retry Count Specifies the number of retry attempts if the initial flow fails.
Delay Between Retries (seconds) Specifies the amount of time (in seconds) to wait before attempting a retry.
Delay Before Execution (seconds) Specifies the amount of time (in seconds) to wait before executing the flow.
Delay After Execution (seconds) Specifies the amount of time (in seconds) to wait after completing the flow execution.
Continue on Error Determines whether the workflow should proceed if the current component encounters an error:

Stop Workflow – Stops the workflow immediately.
Continue – Continues the workflow without capturing error details.
Continue (Using Error Output) – Continues the workflow and makes the error information available to downstream steps through the output section.

Output

Output Description
Output Returns the transaction details of the updated record, including URN and Batch ID numbers.
Data Returns the transaction details in JSON format.
Dataframe Returns the transaction details in tabular format.

How to Use the “Update Transaction” Component

  1. Drag and drop the Update Transaction component into your workflow.
  2. In the Update Transaction field, provide the value you want to update.

    Example: You can use the output value from the Get Transaction component in this field.
  3. Modify the value to update specific details of the transaction.
  4. Execute the workflow to apply the changes.
  5. The output displays the updated transaction details, including the URN and Batch ID, confirming that the transaction was successfully processed.
Share this Doc

Update Transaction

Or copy link

CONTENTS
Robility Chatbot
Robility Assistant
Online