Currently, we have a task that combines multiple Workday files into a single file that is used to run through our Workday Aggregation task. This Workday Create File task is a part of a scheduled task that runs every day at 7:15 AM. Additionally, it is the first task in a list of 12 that run to complete our Workday/Lifecycle processing.
What are seeing is the Create task (1st task in the schedule) is running two times before the next task in the list (Workday Aggregation) runs. I have looked all over the place to determine what is causing this task to run two times. Is there a way on a task to see what process to causing it to run?
If multiple task definitions are encapsulated within a single task and that task appears twice in the system, it might execute twice. To resolve this, pull down all your task definitions and check for duplicate entries. Identifying and removing any redundancies will help ensure tasks run as expected and prevent unintended duplicate executions.
From the UI - of the task definition you would also see the list on the listed option.
Or via XML.
thanks for the suggestion. This is one of the things I already looked at. I pulled down all of the tasks from the database and looked for the “taskList” in the Arguments field. Unfortunately, it only shows up once. It is in the scheduled task.
Can you re-create it any other environment? Perhaps if you can try it locally?