Skip to content

Commit e84858d

Browse files
authored
Merge pull request #1817 from nasark/floe_supported_features
Floe features not yet supported
2 parents df50a8c + 3643dae commit e84858d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

managing_providers/_topics/embedded_workflows.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,15 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
165165

166166
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/).
167167

168-
**Note**: The current implementation of the Amazon States Language does not support **Map** and **Parallel** states.
168+
**Note**: The current implementation of the Amazon States Language does not support certain **Map** states. See [Unsupported States Language Features](#unsupported-states-language-features).
169+
170+
#### Unsupported States Language Features
171+
172+
The following are not yet supported for Floe:
173+
- Map State Fields:
174+
- ItemReader
175+
- ItemSelector/ItemBatcher
176+
- ResultWriter
169177

170178
2. Build the docker containers that are required for the workflow.
171179

0 commit comments

Comments
 (0)