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
I am working on polling the task status that is run by run_task. Now i am not able to get the task arn. I tried to use aws-cli to get the task arn that is just initiated by the the run_task. But no command seems good for my usecase. So it will be much better if i can just get the taskarn from the run_task command in BASH_ENV.
Why is this needed
It will make it much easy as straightforward to get the logs and poll the task which is intiated by run_task command.
The text was updated successfully, but these errors were encountered:
What would you like to be added
I am working on polling the task status that is run by
run_task
. Now i am not able to get the task arn. I tried to use aws-cli to get the task arn that is just initiated by the therun_task
. But no command seems good for my usecase. So it will be much better if i can just get the taskarn from therun_task
command in BASH_ENV.Why is this needed
It will make it much easy as straightforward to get the logs and poll the task which is intiated by run_task command.
The text was updated successfully, but these errors were encountered: