Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to return the taskarn from run_task command #102

Closed
anveshagarwal opened this issue May 19, 2020 · 1 comment · Fixed by #167
Closed

Need to return the taskarn from run_task command #102

anveshagarwal opened this issue May 19, 2020 · 1 comment · Fixed by #167
Assignees
Labels
enhancement New feature or request

Comments

@anveshagarwal
Copy link

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 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.

@anveshagarwal anveshagarwal added the enhancement New feature or request label May 19, 2020
@brivu
Copy link
Contributor

brivu commented Jun 9, 2022

Hey @anveshagarwal,

If we were to save the json output from running the run-task command, would that help your use case?

Best,
Brian

@brivu brivu self-assigned this Jun 9, 2022
@brivu brivu linked a pull request Jun 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants