Talend Administration Center - Scheduling Naming Standards
| TAC Object | Naming Convention |
|---|---|
| Task |
Task should be named as follows: task_<name of task> e.g. task_SFDC_controlJob If additional tasks are required for the same control job then add a sequence number to the “task_” prefix, e.g. task_001_SFDC_controlJob. Note: Task name must be unique within the Talend Administration Center. |
| Task Trigger |
The task trigger will be named as follows: tr_<description> e.g. tr_fileCreation If the task name has a sequence, then use the same sequence in the name of the trigger, e.g. tr_001_cronEveryTuesdayMidnight. Note: Trigger name must be unique within the Talend Administration Center |
| Execution Plan |
Execution plans will be named as follows: plan_<sequence>_<suitable description> where <sequence> is a 3 digit number. Always try to use meaningful names for the plan. If the plan uses tasks originating from jobs from several projects, then include the name of the projects in the description. e.g. plan_001_downloadSFDCAccounts Note: Plan name must be unique within the Talend Administration Center |
| Execution Plan Trigger | Apply same rule as Task Trigger above. |