For the complete documentation index, see llms.txt. This page is also available as Markdown.

Advanced Scenes Usage

Scenes Flow

If there are flow map configured in your project, you can use that as well inside the scenes array. For example:

If you configured in Platform - Flow Map this scenes flow definition:

You can use the SDK with:

Scenes with data

You can also pass data directly to each scene, instead of passing global data. This will allow re-using same scene with different data

Example usage of data in scenes:

Last updated