Inactive tasks in Workflows wait for earliest start time before being evaluated
book
Article ID: 87395
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Error Message : N/A
If a Workflow has tasks with an earliest start time set, and these tasks are set to inactive (at the Workflow level), the Workflow execution will wait for the tasks earliest start time to be met and then the tasks will be skipped as inactive. The task waits until the earliest start time before the task is set to inactive and the Workflow remains with the next task.
However, in the documentation the diagram showing how the Workflow’s tasks are processed indicate that first the active flag of the task within the Workflow is set and if it’s not set then it should remain with the next task. Only afterwards is the earliest start time checked as shown in the diagram below.
Cause type: Defect Root Cause: The behavior is correct, it’s a documentation issue. AE doesn’t check to see if the job is active or not until it is eligible to run. When you set the earliest start time, you are delaying the time for the job to be eligible to run.
Resolution
Update to a fix version listed below or a newer version if available.