Hi,
I have created an Advanced Watch which I was able to simulate and it went to Firing mode. I could see the following after simulated:
{
"watch_id": "inlined",
"node": "p1qF_EFFTrmz-3EoKpQgDQ",
"state": "executed",
"status": {
"state": {
"active": true,
"timestamp": "2020-07-27T17:13:38.725Z"
},
"last_checked": "2020-07-27T17:13:38.729Z",
"last_met_condition": "2020-07-27T17:13:38.729Z",
"actions": {
"createSNOWINC": {
"ack": {
"timestamp": "2020-07-27T17:13:38.729Z",
"state": "ackable"
},
"last_execution": {
"timestamp": "2020-07-27T17:13:38.729Z",
"successful": true
},
"last_successful_execution": {
"timestamp": "2020-07-27T17:13:38.729Z",
"successful": true
}
}
},
"execution_state": "executed",
"version": -1
},
"trigger_event": {
"type": "manual",
"triggered_time": "2020-07-27T17:13:38.728Z",
"manual": {
"schedule": {
"scheduled_time": "2020-07-27T17:13:38.728Z"
}
}
},
But, my webhook action did not complete. How to debug this one?