Skip to main content
Transaction exposes the current transaction and its documents to a Custom activity script.

Properties

Id

Type: stringAccess: Read-only The transaction identifier.

Documents

Type: Document[]Access: Read-only The transaction’s documents.
If a Custom activity is placed inside a For Each Document activity, Documents contains only the single document being processed.

RegistrationParameters

Type: Record<string, Parameter>Access: Read-only Dictionary of registration parameters — keys are parameter names, values are Parameter objects.