Help Center/ CodeArts Pipeline/ FAQs/ Troubleshooting/ Pipeline Fails to Run Because Task Not Found
Updated on 2025-07-31 GMT+08:00

Pipeline Fails to Run Because Task Not Found

Symptom

A pipeline failed to run, and a message was displayed, indicating that the code check task did not exist and request parameters need to be checked.

Root Cause

The data of the code check task in the pipeline is lost.

Solution

Create a code check task and add the task to the pipeline.

  1. Access the CodeArts Check homepage through a project.
  2. Create a code check task that is associated with the pipeline code repository by referring to Creating a Task.
  3. In the navigation pane on the left, choose CICD > Pipeline.
  4. Search for the target pipeline, click in the Operation column, and select Edit. On the displayed Task Orchestration page, delete the code check task that fails to be executed, associate the new code check task, and click Save.
  5. Execute the pipeline again.