cloudmesh / cloudmesh-cc

Cloudmesh compute coordinator the execute compute intensife workflows on remote resources
https://cloudmesh.github.io/cloudmesh-cc/
Other
2 stars 0 forks source link

post error has broken due to FastAPI update #59

Open jpfleischer opened 1 year ago

jpfleischer commented 1 year ago

in cloudmesh/cc/service/service.py

# @app.post("/workflow/{workflow_name}",
#           tags=['workflow'])

had to be commented out due to error: AssertionError: Cannot use Query for path param 'workflow_name'