Administering and Monitoring Business Processes 10.4 | Administering and Monitoring Business Processes | Task Engine User’s Guide | Configuring the Task Engine Environment | About Task Engine Optional Settings | Set Conditions for Task Preloading
 
Set Conditions for Task Preloading
If you enable task preloading as described in Preload the Task Cache at Startup, you can use this optional setting to define the tasks to be preloaded. Use the following optional setting to specify an SQL WHERE clause as a preload condition:
-Dtask.preload.condition=WHERE <condition statement>
Use "T" as a table alias for the "T_TASK" table. For example, the following condition specifies that only "Active" and "Completed" tasks are to be preloaded:
-Dtask.preload.condition=WHERE T.STATUS = 1 OR T.STATUS = 3
This is a pure SQL query and it must use the values that are in the tables, for example, numeric values for statuses, milliseconds for dates, and so on. If more information is needed, contact Software AG Global Support.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release