<div dir="ltr">I'd like to have multiple events trigger a provision. I put this in the events line:<br><div><span style="color:rgb(0,47,47);font-family:"lucida sans unicode","lucida grande",arial,sans-serif;font-size:13px">0 BOOTSTRAP, 1 BOOT,</span><span style="color:rgb(0,47,47);font-family:"lucida sans unicode","lucida grande",arial,sans-serif;font-size:13px"> </span><span style="color:rgb(0,47,47);font-family:"lucida sans unicode","lucida grande",arial,sans-serif;font-size:13px">2 PERIODIC, 8 DIAGNOSTICS COMPLETE</span><br></div><div><span style="color:rgb(0,47,47);font-family:"lucida sans unicode","lucida grande",arial,sans-serif;font-size:13px"><br></span></div><div>The provision script is not executed. If I change the events line to contain a single event the preset executes the provision script as expected.<br></div><div><br></div><div>There is no precondition or schedule for this preset.</div><div><br></div><div>Heres the JSON for my preset out of mongo:</div><div><div><font face="monospace, monospace">{</font></div><div><font face="monospace, monospace">    "_id" : "Send_Events",</font></div><div><font face="monospace, monospace">    "channel" : "",</font></div><div><font face="monospace, monospace">    "weight" : 0,</font></div><div><font face="monospace, monospace">    "precondition" : "{}",</font></div><div><font face="monospace, monospace">    "configurations" : [ </font></div><div><font face="monospace, monospace">        {</font></div><div><font face="monospace, monospace">            "type" : "provision",</font></div><div><font face="monospace, monospace">            "name" : "Send_Events"</font></div><div><font face="monospace, monospace">        }</font></div><div><font face="monospace, monospace">    ],</font></div><div><font face="monospace, monospace">    "schedule" : "",</font></div><div><font face="monospace, monospace">    "events" : {</font></div><div><font face="monospace, monospace">        "2 PERIODIC" : true,</font></div><div><font face="monospace, monospace">        "0 BOOTSTRAP" : true,</font></div><div><font face="monospace, monospace">        "1 BOOT" : true,</font></div><div><font face="monospace, monospace">        "8 DIAGNOSTICS COMPLETE" : true</font></div><div><font face="monospace, monospace">    }</font></div><div><font face="monospace, monospace">}</font></div></div></div>