Modifying forms to submit tasks to the background queue
The application runs reports as background tasks that are placed on a "queue" to be run in order. You can also set up other tasks to run in the background. The TaskMan service polls the list of Active Background Tasks and executes any new task that is posted to the queue with a status of .
You can use the Active Background Tasks form to see which tasks are currently
running.
After TaskMan has completed the task, even if it fails, you can view details about its execution on the Background Task History form. Details include:
- Task description
- Return status
- User who submitted the task
- Messages triggered by the task