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

Fixed jf flow list. #18

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Fixed jf flow list. #18

merged 2 commits into from
Aug 22, 2023

Conversation

davidwaroquiers
Copy link
Member

All flows would always be returned without this. Basically the flow state was transformed to a JobState and never entered one of the if statements in jobcontroller. I also added the check in the jobcontroller so that if it is not one of the flow states it raises a runtimerror (well its the final else basically).

@davidwaroquiers davidwaroquiers linked an issue Aug 21, 2023 that may be closed by this pull request
Copy link
Contributor

@gpetretto gpetretto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Thanks!

@gpetretto gpetretto merged commit ff4b2ed into develop Aug 22, 2023
0 of 6 checks passed
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

Successfully merging this pull request may close these issues.

List of flows by state does not work
2 participants