you can also inspect the workflow k8s object using the kubernetes cli to ascertain the state of the flow
h
hallowed-australia-42114
08/15/2023, 9:54 PM
That’s useful for general knowledge but no that’s not the use case. I have a long running flow that’s processing items in a database. I have it setup to return the last completed id if it errors but I found myself needing to manually stop it which didn’t return the last completed id.
hallowed-australia-42114
08/15/2023, 9:55 PM
The info is findable, but it would be nice if I could log it directly when it’s stopped.