1.16.1.5 Entry in TASK_CONFIG table
This topic describes the systematic instruction to create an entry in TASK_CONFIG table.
Create entry in TASK_CONFIG table in PLATOORCHITR schema as follows:
Table 1-20 TASK_CONFIG - Table Description
Name | Description |
---|---|
ID | Specify the Unique Identifier in Task_Config table. |
WORKFLOW_NAME | Specify the name of the workflow for which dynamic
task allocation must be done.
Note: WORKFLOW_NAME can be taken from HTASK_ADDN_DTLS table for respective workflow and stages. |
TASK_DEF_NAME | Specify the Task definition name of the task for
which dynamic task allocation must be done.
Note: TASK_DEF_NAME can be taken from HTASK_ADDN_DTLS table for respective workflow and stages. |
BASIS | Hardcoded to dyn-alloc |
NAMESPACE | Specify the name of the Rule Group which has the rule which will be invoked and evaluated during dynamic task allocation. |
Note:
Restart Rule Service after the above configuration is completed.Parent topic: Setup Dynamic Task Allocation