Skip to main content

Set Transaction Status

Sets the status of a transaction item to "Failed" or "Successful"

Input

  • Transaction Item: The TransactionItem whose status is to be updated
    • Type: ArenaRobotics.Domain.Entities.ServiceQueueItem
    • Required
  • Status: The status that is to be set to the TransactionItem.
    • Type: System.Int32
    • Dropdown Options:
      • Failed
      • Successful

Output

  • Output: A collection of additional information about the specific TransactionItem whose status is to be updated
    • Type: System.Collections.Generic.IDictionary<System.String, System.Activities.Argument>

Misc

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
    • Type: System.Nullable<System.Int32>

Transaction Error

  • Error Type: The type of error that occurred.
    • Type: System.Int32
    • Dropdown Options:
      • Business
      • Application
  • Reason: The reason for which the transaction failed.
    • Type: System.String