You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
Running the tutorial wdl hello raises a 500 Internal Server Error
This is quite uniformative for someone trying out the tool, I tried it both on a mac and from a sagemaker instance.
In both cases runnning on an already existing vpc. workflow and context are defined
agc workflow run hello --context myContext
2021-09-29T15:38:49+02:00 𝒊 Running workflow. Workflow name: 'hello', Arguments: '', Context: 'myContext'
2021-09-29T15:38:51+02:00 ✘ error="unable to run workflow: 500 Internal Server Error"
Error: an error occurred invoking 'workflow run'
with variables: {WorkflowName:hello Arguments: ContextName:myContext}
caused by: unable to run workflow: 500 Internal Server Error
suggestion: check that your workflow and context are defined for this project
Running the tutorial wdl hello raises a 500 Internal Server Error
This is quite uniformative for someone trying out the tool, I tried it both on a mac and from a sagemaker instance.
In both cases runnning on an already existing vpc. workflow and context are defined
agc workflow run hello --context myContext
2021-09-29T15:38:49+02:00 𝒊 Running workflow. Workflow name: 'hello', Arguments: '', Context: 'myContext'
2021-09-29T15:38:51+02:00 ✘ error="unable to run workflow: 500 Internal Server Error"
Error: an error occurred invoking 'workflow run'
with variables: {WorkflowName:hello Arguments: ContextName:myContext}
caused by: unable to run workflow: 500 Internal Server Error
suggestion: check that your workflow and context are defined for this project