Scheduler
- New – Actions now have a On Error attributes that allows finer control of error handling. If an Action fails it is not possible to jump/goto another Action within the current Task or execute another Task. The error details are held in the reference tag {_Task.On.Error.Message}. The history tab On Error still works but that at the global level for a Task. In relation to this a new Property call Maximum Iterations appears on the General Tab to control the upper limit (Default is 1000) of how many times this type of logic can loop around. This is to prevent endless loops.
- Add – Security user details in general can all now use Shared Authentication Names. This is useful when there are many user details being set and a change of password may break many tasks.
Query Builder
- New – Preview now as Find to do a text search of the content. It supports both or |, and & and not logic. Sub Finds are also possible.