Skip to main content

Get Transaction Item

Gets an item from the queue and sets its status to "InProgress".

Input

  • Queue Name: The queue name to use.
    • Type: System.String
    • Required

Output

  • Transaction Item: Transaction item retrieved from Automind Hub
    • Type: ArenaRobotics.Domain.Entities.ServiceQueueItem
    • Required

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.Int32
    • Required