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.

Step represents a single processing stage in a Condition activity script. It is returned by Processing.PreviousStep and lets a condition check whether the previous stage succeeded.

Properties

NameTypeAccessDescription
StatusProcessingStatusRead-onlyThe status of the step (for example, Completed, Failed).
StepIdstringRead-onlyThe step identifier.

Processing

Information about the previous processing stage of a transaction.

ProcessingStatus

The possible statuses of a processing step.

Context

Global object exposing the current transaction, document, and processing.

Object model

Full JavaScript object reference for Condition activity scripts.