Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to replay workflow steps even if they are not in error #771

Closed
laurentganne opened this issue Sep 10, 2021 · 1 comment
Closed

Allow to replay workflow steps even if they are not in error #771

laurentganne opened this issue Sep 10, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@laurentganne
Copy link
Contributor

Following pull request #754 allowing to replay workflow steps in error, it is also interesting to allow to replay workflow steps that are not in error.

For example, in the lifecycle operations of a job, this job is created, submitted, then a step "run" performs the asynchronous monitoring of the job status, until the job ends on success or on failure.
If the job fails, the run "step" will fail.
But there is no interest in replaying this "run" step, that is just monitoring a job status.

To replay the workflow, the user would need to be able to resubmit the job, although the step submitting the job was successful in the first execution.

@laurentganne laurentganne added the enhancement New feature or request label Sep 10, 2021
@laurentganne laurentganne self-assigned this Sep 10, 2021
@laurentganne
Copy link
Contributor Author

laurentganne commented Sep 10, 2021

Merged #772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant