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

Inconsistent workflow status between workflow and steps #8

Open
jveiga0 opened this issue Jan 2, 2020 · 0 comments
Open

Inconsistent workflow status between workflow and steps #8

jveiga0 opened this issue Jan 2, 2020 · 0 comments

Comments

@jveiga0
Copy link

jveiga0 commented Jan 2, 2020

Overview:
There is an issue where the status in the workflow is inconsistent with the status in the steps, e.g. workflow status = "successful" one of the status in the step = "assigned".

Steps to reproduce it:

  1. Create a workflow with two steps: step 1 and step 2.
  2. Hang one of the steps so if a tasks enters in that step it stays "assigned".
  3. Run the workflow

Issue: The worflow status is finished but one of the steps is unfinished
Expected result: the workflow status is not assigned to "successful" if one of the steps is in a non-finish status, e.g. "assigned"

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

No branches or pull requests

1 participant