Setup Workflows re-run from UI fails with error: {"message":"Continuation key has expired. Please run a new pipeline."}

Overview

Setup workflows are a part of the CircleCI dynamic configuration feature. This allows for conditional and dynamic generation of configurations depending on pipeline values or file paths.

 

Explanation

You will encounter this error if you attempt to re-run the setup workflow from the UI.

For security and consistency reasons, continuation is allowed once per pipeline, and only for a certain amount of time after the setup phase started. This is due to a one-time-use token that is used by the setup workflow to create more workflows via a pipeline continuation API. To solve this issue, please make a fresh commit or PR to trigger a new pipeline which will result in the creation of a new token for the setup workflow.

 

Additional Resources:

Was this article helpful?
1 out of 7 found this helpful

Comments

0 comments

Article is closed for comments.