Hello everyone. I'm sorry if the question has been asked already but after few searches I couldn't find any info about this topic: pausing/resuming a step. I was looking at https://catalog.workshops.aws/stepfunctions/en-US/module-4/step-3 and would like to achieve kind of the same flow. Would it be like an example in metaflow somewhere i can look at ?
✅ 1
v
victorious-lawyer-58417
03/16/2023, 9:48 PM
Hi Vladimir 👋
Metaflow doesn't support pausing and resuming in that manner currently. All flows on Step Functions execute from start to finish as quickly as possible
victorious-lawyer-58417
03/16/2023, 9:49 PM
there's an upcoming feature, event-triggering, which allows you to trigger executions when an event occurs outside the flow, which can be used to construct a similar "callback"'ish mechanism