{% if error_message %} {% endif %} {% if success_message %} {% endif %}

Active Flows

{% if flows %} {% for flow in flows %} {% endfor %}
Name UUID Status Created At Actions
{{ flow.name }} {{ flow.flow_uuid }} {{ flow.status | default(value="Unknown") }} {{ flow.base_data.created_at | date(format="%Y-%m-%d %H:%M:%S") }} View
{% else %}

No active flows found. You can create one below.

{% endif %}

Runnable Example Scripts

{% if example_scripts %} {% else %}

No example scripts found.

{% endif %}

Create New Flow from Rhai Script

Create New Flow (Step-by-Step UI)


Steps will appear here as you add them.