{% extends "base.html" %} {% block title %}v{{ version.version }} — {{ workflow.name }} — nlght Admin{% endblock %} {% block content %}
| Pos | Name | Type | Flags | Transitions | Actions |
|---|---|---|---|---|---|
| {{ s.position }} | {{ s.name }} | {{ s.type }} |
{% if s.is_start %}start{% endif %} {% if s.is_terminal %}terminal{% endif %} {% if s.is_resume %}resume{% endif %} {% if not s.is_start and not s.is_terminal and not s.is_resume %}—{% endif %} | {% if s.transitions %} {% for verdict, target in s.transitions.items() %} {{ verdict }} → {{ target }} {% endfor %} {% else %}—{% endif %} | Edit |
No steps yet. Add the first step →
{% endif %} {% if steps %}