Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

ProcessingStatus enumerates the possible statuses of a processing step. It is returned by Step.Status and lets a condition branch on the outcome of the previous stage.

Constants

NameDescription
NewNot started yet.
ActiveCurrently being processed.
CompletedCompleted successfully.
FailedCompleted unsuccessfully.
CanceledThe step was canceled.
CancellationPendingCancellation has been requested.

Step

A single processing stage exposed via Processing.PreviousStep.

Processing

Information about the previous processing stage of a transaction.

Object model

Full JavaScript object reference for Condition activity scripts.