Condition
class Condition
Defines a condition under which a trigger fires.
Types
Properties
Link copied to clipboard
The name of the crawler to which this condition applies.
Link copied to clipboard
The state of the crawler to which this condition applies.
Link copied to clipboard
A logical operator.
Link copied to clipboard
The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED
, STOPPED
, FAILED
, and TIMEOUT
. The only crawler states that a trigger can listen for are SUCCEEDED
, FAILED
, and CANCELLED
.