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
| Name | Type | Access | Description |
|---|---|---|---|
| Status | ProcessingStatus | Read-only | The status of the step (for example, Completed, Failed). |
| StepId | string | Read-only | The step identifier. |
Related topics
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.
