We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I was looking for a way to stop a running step function and ran across this TODO in metaflow/plugins/aws/step_functions/step_functions_client.py:
def terminate_execution(self, state_machine_arn, execution_arn): # TODO pass
Any chance of this getting implemented in the near future?
Activity