Laura Lin
05/16/2023, 10:44 PMOptional[str]
, when I try to rerun it using the UI Rerun Button, the field doesn't get populated.
But if I launch the job using the UI, it does get populated in the rerun panel.execution = remote.execute(workflow_spec, inputs=inputs,
type_hints={"title": str},)
instead of type hinting it to be Optional[str] hereYee
Jason Porter
05/17/2023, 2:26 AMLaura Lin
05/17/2023, 3:48 PMJason Porter
05/17/2023, 6:49 PMFrank Flitton
05/17/2023, 6:51 PMLaura Lin
05/17/2023, 6:54 PMFrank Flitton
05/18/2023, 8:12 PMYee