Get success/failure return codes from Copilot Job
I have a copilot job that runs on a set schedule. I need to know if there is any way to detect success or failure from within the job run.
The existing issue that I could find on this topic - #4939 Would be helpful to know if there has been any update after this.
Hey @vshah11 ! Can you use the workaround shared by @bvtujo in this comment
Does this work in your case
The work around does work in my case, but it would be nice to track the job execution status without having to access the state machine and its ARN.
Agree on this. Definitely it would be nice to have command like copilot job status that will log the status of the recently executed jobs/state machine.