A
A
Alexey Belov2020-05-26 09:18:02
Amazon Web Services
Alexey Belov, 2020-05-26 09:18:02

How to run multiple AWS Step Functions?

In general, I will describe a little. I have a fargate container inside the step function, from it I get json c id, I need to send these id for processing, that is, run 10 other step functions, I do it inside the container, the question is how can I track the execution status of these functions, inside parent function. That is, so that at the end I can have a step to update Dynamo and set the status to FINISHED.

I saw the thing: AWS_STEP_FUNCTIONS_STARTED_BY_EXECUTION_ID, but still I would prefer to run a step inside a step function that launches these 10 other step functions and waits for them to execute or fail.

Sorry for the description, I won’t describe it better, the topic is complicated, so I will answer comments.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2020-05-28
@Alenorze

Using Map State in combination with Nested Workflows

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question