hi again, I am using AWS step functions and I have...
# ask-metaflow
m
hi again, I am using AWS step functions and I have defined two simple steps in my flow that prints a message in both start and end step. The issue is that my start step is continuously running and never completing. When I try to print the logs using the command with the pathsec ie.,
python training.py logs sfn-b75c5d77-4f83-40e9-8fd0-957c229c1d70/start
i get the error message
Invalid command: No Tasks found at the given path -- either none exist or none have started yet
What could be the potential reason for this?