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

WorkflowTask version update on workflow page fails when there are Optional str #474

Closed
jluethi opened this issue Apr 29, 2024 · 0 comments · Fixed by #475
Closed

WorkflowTask version update on workflow page fails when there are Optional str #474

jluethi opened this issue Apr 29, 2024 · 0 comments · Fixed by #475
Labels
bug Something isn't working fractal-server-v2

Comments

@jluethi
Copy link
Collaborator

jluethi commented Apr 29, 2024

Some of our tasks have optional str as input parameters. One of them is the Cellpose task. So far, they have not been an issue (and this manifest part has not changed on the task side), but something in the Fractal 1.0 update has changed how the updating goes.

Now, trying to update from 1 Cellpose version to another leads to the following issue:

/output_ROI_table: must be string

(for every optional str argument)

In the argument json, it is set as:

"output_ROI_table": null,

For example:
Screenshot 2024-04-29 at 13 01 52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fractal-server-v2
Projects
Development

Successfully merging a pull request may close this issue.

2 participants