Hello team! thank you again for this room and this org, love metaflow!
Very quick questions (don't know if on the roadmap there is something about it):
⢠As far as I remember, we can pause a task in a step function and send a new event to resume the flow. It is not currently implemented with metaflow right?
⢠We are having existing ECS tasks that we may want to run from a metaflow flow (just for a quick demo): we would need to use the AWS API from a step and pool the status of those tasks to see if they are terminated right?
Thank you!
š¤ 1
ā 1
v
victorious-lawyer-58417
10/03/2023, 6:04 AM
hi Vladimir!
⢠Pausing on Step Functions - correct, not implemented currently. A workaround is to make a blocking call to an external service like SQS and wait for an event to resume execution.
⢠Yep, that should work: You can use