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

Implement step function terminate #1594

Closed
martinbattentive opened this issue Oct 17, 2023 · 2 comments
Closed

Implement step function terminate #1594

martinbattentive opened this issue Oct 17, 2023 · 2 comments

Comments

@martinbattentive
Copy link

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?

@mikesteroonie
Copy link

I tried implementing this in pr #1596. Are you running into loop behavior as of now? Or do you need to shut down the instance to stop the step function?

@madhur-ob
Copy link
Collaborator

Done by #1695

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants