Skip to content

QueueCompleteTransactionOptions

Options for completing a transaction — completion details plus folder scoping (folderId / folderKey / folderPath). The outcome itself is passed positionally to completeTransaction.

Extends

Properties

Property Type Description
analytics? Record<string, unknown> Analytics payload to persist on the item. Keys are user-defined and sent exactly as provided.
deferDate? Date Re-defer the item to this time (used with retry flows).
dueDate? Date Updated due date for the item.
expand? string -
folderId? number Numeric folder ID.
folderKey? string Folder key (GUID-formatted string).
folderPath? string Slash-delimited folder path, e.g. 'Shared/Finance'.
operationId? string Operation identifier associated with the completion.
outputData? Record<string, unknown> Output payload to persist on the item. Keys are user-defined and sent exactly as provided (no case conversion).
processingError? QueueItemProcessingError Failure details recorded when the transaction is unsuccessful.
progress? string Free-form progress text to persist on the item.
select? string -