Skip to content

Commit

Permalink
Merge pull request #1817 from nasark/floe_supported_features
Browse files Browse the repository at this point in the history
Floe features not yet supported
  • Loading branch information
Fryguy authored Oct 29, 2024
2 parents df50a8c + 3643dae commit e84858d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion managing_providers/_topics/embedded_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,15 @@ 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**: The current implementation of the Amazon States Language does not support **Map** and **Parallel** states.
**Note**: The current implementation of the Amazon States Language does not support certain **Map** states. See [Unsupported States Language Features](#unsupported-states-language-features).

#### Unsupported States Language Features

The following are not yet supported for Floe:
- Map State Fields:
- ItemReader
- ItemSelector/ItemBatcher
- ResultWriter

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

Expand Down

0 comments on commit e84858d

Please sign in to comment.