You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: