mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
"version" : 2,
|
|
"waiters" : {
|
|
"ContactScheduled" : {
|
|
"description" : "Waits until a contact has been scheduled",
|
|
"delay" : 5,
|
|
"maxAttempts" : 180,
|
|
"operation" : "DescribeContact",
|
|
"acceptors" : [ {
|
|
"matcher" : "path",
|
|
"argument" : "contactStatus",
|
|
"state" : "failure",
|
|
"expected" : "FAILED_TO_SCHEDULE"
|
|
}, {
|
|
"matcher" : "path",
|
|
"argument" : "contactStatus",
|
|
"state" : "success",
|
|
"expected" : "SCHEDULED"
|
|
} ]
|
|
}
|
|
}
|
|
} |