Skip to main content
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.