Thomas Vetterli
12/12/2021, 7:00 AMYuvraj
12/12/2021, 7:29 AMview logs
, Click on it and then check for task
, Currently in UI it's only available after execution but this is actually a task/workflow spec
You can use flytectl for getting any task/workflow spec by version.
flytectl get task/workflow --project flytesnacks --domain development <Name of task/workflow> --version <VERSION> -oyaml
Thomas Vetterli
12/12/2021, 6:46 PMYuvraj
12/13/2021, 6:02 AMThomas Vetterli
12/15/2021, 9:45 PMYuvraj
12/16/2021, 8:57 AM$ flytectl register examples -p flytesnacks -d development --version v0.2.247
$ flytectl get task --project flytesnacks --domain development core.flyte_basics.task.square --version v0.2.247 -ojson | jq -c '.closure.compiledTask.template.container.image'