Globus flow number type

10 views
Skip to first unread message

Anthony Weaver

unread,
May 15, 2025, 7:55:46 AMMay 15
to Discuss
I'm working on a globus flow involving a compute component.  The compute piece requires the user to provide a detection threshold between 0.0 and 1.0.  I was trying to set that up in the schema as

"confidence": {
            "type": "number",
            "default": 0.5,
            "minimum": 0.0,
            "maximum": 1.0,
            "title": "Confidence threshold"
        }

But when I try to run the flow it says to select a valid value, the two nearest valid values are 0 and 1.  

Any guidance on how to set this up is greatly appreciated

Joe Bottigliero

unread,
May 15, 2025, 1:53:07 PMMay 15
to Anthony Weaver, Discuss
Hi Anthony,

We've dug into this a bit on our end, and it seems like the CLI is working as expected, but we were able to identify an issue with the Guided Start page for "type": "number" inputs not validating decimal values properly. We've since published a patch that should allow you to set the value as expected.

If you continue to have issues, please feel free to reach out to us at sup...@globus.org and we can discuss specifics; It's something we absolutely intend to support.

Best,
Joe


Reply all
Reply to author
Forward
0 new messages