From 9f93a8903388e9aac459b1c43af329c36acd78f8 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 27 Aug 2024 13:25:54 -0400 Subject: [PATCH] Merge pull request #1810 from qahmed1998/patch-1 Update embedded_workflows.md (cherry picked from commit 1dd31608fd6c200087ac2ef740d1d95c06ba69c0) --- managing_providers/_topics/embedded_workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing_providers/_topics/embedded_workflows.md b/managing_providers/_topics/embedded_workflows.md index 7f421b9cb..b6bcd7742 100644 --- a/managing_providers/_topics/embedded_workflows.md +++ b/managing_providers/_topics/embedded_workflows.md @@ -165,7 +165,7 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au The workflow code must be in the Amazon States Language (ASL) format and follow its supported specifications. For more information about Amazon States Language and its specification, see [Amazon States Language Guide](https://states-language.net/). - NOTE: This implementation of the Amazon States Language does not currently support **Map** and **Parallel** states. + **Note**: The current implementation of the Amazon States Language does not support **Map** and **Parallel** states. 2. Build the docker containers that are required for the workflow.