M
matman
Guest
Thanks for your reply Orchid. Before I'll try your application I'll talk about something I noticed. When I remove / add all Query API permissions and run a trigger after 5 minutes, everything works fine. However, after 1 minute, nothings works the way it should. I'll try to explain this using my scenario now. /* Current situation: Query API - No permissions at all /* Here I set delayed triggers to 1 minute after current time */ [2014-09-15 04:49:29,023] Unloaded from WORKFLOW Server at 09/15/2014 04:49 AM [2014-09-16 02:28:31,983] Loaded on WORKFLOW Server at 09/16/2014 02:28 AM /* Start running a few 1 minute delayed triggers */ [2014-09-16 02:28:31,993] Query API: permission denied /* Here I changed Query API permissions to FULL access */ [2014-09-16 02:40:20,575] Unloaded from WORKFLOW Server at 09/16/2014 02:40 AM [2014-09-16 02:42:34,131] Loaded on WORKFLOW Server at 09/16/2014 02:42 AM /* Start running a few 1 minute delayed triggers */ [2014-09-16 02:42:34,134] Query API: permission denied [2014-09-16 02:48:34,701] Query API: permission denied [2014-09-16 02:52:35,052] Query API: permission denied [2014-09-16 03:00:37,214] Query API: permission denied [2014-09-16 03:35:13,005] Query API: permission denied /* Here I set delayed triggers to 5 minutes after current time */ [2014-09-16 03:43:28,908] Unloaded from WORKFLOW Server at 09/16/2014 03:43 AM [2014-09-16 03:49:14,372] Loaded on WORKFLOW Server at 09/16/2014 03:49 AM /* Start running a 5 minutes delayed trigger */ [2014-09-16 03:49:14,374] Running "checkOrphanity" for test 160907 (109381108) [2014-09-16 03:49:14,411] Finished "checkOrphanity" time=42 ms In the event log above I wrote down the step I walked through and the results that were returned after. As you can see: after changing the Query API permissions to full access, the server still returns Permission Denied for an entire hour on 1 minute delayed triggers. But here comes the funny thing: after I change the delay to 5 minutes, everthing goes OK.
Continue reading...
Continue reading...