Skip to content

Commit 900e57c

Browse files
committed
mention floe map state fields not yet supported
1 parent 2cfdc67 commit 900e57c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

managing_providers/_topics/embedded_workflows.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
167167

168168
**Note**: The current implementation of the Amazon States Language does not support **Map** states.
169169

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
177+
170178
2. Build the docker containers that are required for the workflow.
171179

172180
When you have the code for your task resource written, you need to bundle it into a docker image. You can bundle the code by creating a standard [Dockerfile](https://docs.docker.com/engine/reference/builder/) and building the image (https://docs.docker.com/engine/reference/commandline/build/). Then, you can push the image to a [registry](https://docs.docker.com/engine/reference/commandline/push/), which makes the image available to be used by {{ site.data.product.title_short }}. When you have pushed your images to an image registry, you can add the registry to {{ site.data.product.title_short }}.

0 commit comments

Comments
 (0)