Hello, from docs: Implementation of custom Groovy SQL scripts
Every action script receives a set of parameters and an attribute map. The set of parameters varies for each action. - CreateScript.groovy <https://cwiki.apache.org/confluence/download/attachments/30754125/CreateScript.groovy?version=1&modificationDate=1361178783000&api=v2> - UpdateScript.groovy <https://cwiki.apache.org/confluence/download/attachments/30754125/UpdateScript.groovy?version=1&modificationDate=1361178815000&api=v2> - DeleteScript.groovy <https://cwiki.apache.org/confluence/download/attachments/30754125/DeleteScript.groovy?version=1&modificationDate=1361178836000&api=v2> - SearchScript.groovy <https://cwiki.apache.org/confluence/download/attachments/30754125/SearchScript.groovy?version=1&modificationDate=1361178856000&api=v2> - SyncScript.groovy <https://cwiki.apache.org/confluence/download/attachments/30754125/SyncScript.groovy?version=1&modificationDate=1361178914000&api=v2> - Question: When and how does each script run (i.e update script). When using scripted resource for an update Task, only search script is activated. Syncope version 1.2.2 sricptedSQL version 2.1.1 Regards
