Transaction

by Voodoo Editor
2 years ago
480 Views

Table of Contents


    Database: Transaction


    Data Access Component Usage Video

    This is the step that processes the database steps performed through VooDoo Studio.

    You can follow the image below to reach the database steps.

    DatabaseEntryENG

  • General Information
  • Parameter Description
    Name The name of application execution step. (Compulsory)
    Description The description of application execution step. (Not Compulsory)
  • Region
  • Parameter Description
    Related Flow Image The using image during this step. (Compulsory)
  • Interface Control Manager Parameters
  • Parameter Description
    Action It is the parameter determined by the user about what action the database operation will take.
    Begin Transaction: Starts the user-created transaction for the database.
    Commit Transaction: It applies and finishes the operations on the related database, and makes the result visible to the users.
    Rollback Transaction: It allows to undo the action sent by the user.
    Open Connection Step Among the steps in the scenario for the step that opens the database operation, is the Step That Opens the Database Connection parameter.
  • Time Settings
  • Parameter Description
    Maximum Step Completion Time The time to the end of completion for step if Run to The End of Completion of Application style is chosen. (Compulsory)
    Wait Time After Execution Request The wait time to pass next step. (Compulsory)
  • Scenario Flow
  • Parameter Description
    Step Flow Indicates the step flow type. (Compulsory)

    Ordered The flow type to continue sequentially.
    Conditional The flow type to continue conditionally.

    • On Success
    • This step continues to another step on success. You can also choose End to terminate the scenario step.

    • On Fail
    • This step continues to another step on fail. You can also choose End to terminate the scenario step.