El nexo entre tecnología y negocios
 
[ AFC00389 ] Identification of tasks with wizzard
Summary
A new method is included in the API in order to detect if a task is being worked as a consequence of a wizzard.

It is applied to
  • Apia 2.3.1.7
  • Apia 2.4.0.7


Behavior

It is included in the Api of Java programming, a method in the Task class that allows detecting whether the task is being worked due to a wizzard or not.

The new method is the following:

public boolean acquiredByWizzard()

These method can only be used in the classes that are associated to the event onWork. If it is placed in another event, it will always return false.



Related elements
[ AFC00252 ] Password change
[ AFC00294 ] Customized tasks
[ AFC00300 ] Tasks' multiple release
Suggested items
[ AFC00572 ] Obtain previous tasks
[ AHT00171 ] Assign a scheduler to a task by API
[ ANF01554 ] Tasks' name in JavaScript
[ AFC00600 ] Forms' onSubmit events
[ AFC00396 ] Ad hoc end of process
[ AFC00489 ] Creation of processes per API
[ ANF00223 ] Groups' reassignment
[ AHT00124 ] Task acquired by a user and completed by another one
[ AHF00122 ] Improvement in the performance of task's list
[ AFC00495 ] onReasign event