{% extends "base.html" %} {% set active = 'workflows' %} {% block content %}
Workflow definitions are YAML files in .civex/workflows/.
| Name | Description | Steps | File | |
|---|---|---|---|---|
| {{ wf.name }} | {{ wf.description or '' }} | {{ wf.steps }} | {{ wf.filename }} |
No workflows found. Add a YAML file to .civex/workflows/.