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