{% if config.ENABLE_CDN %} {% else %} {% endif %}
Celery Director Workflows Select a workflow to visualize its tasks.
{{ selectedWorkflow.fullname }}
{{ selectedWorkflow.created | formatDate }} periodic {{ selectedWorkflow.status }} Tasks : Total {{ selectedWorkflow.tasks.length }} / Success {{ selectedWorkflow.tasks | countTasksByStatus('success') }} / Error {{ selectedWorkflow.tasks | countTasksByStatus('error') }}
mdi-refresh Relaunch mdi-format-list-bulleted Payload
Task mdi-launch View in Flower
{{ selectedTask }}
Relaunch the workflow The workflow {{ selectedWorkflow.fullname }} will be relaunched with the same payload. Note that a new workflow will be created, so the current one (created on {{ selectedWorkflow.created | formatDate }}) will not be changed and will still be available in your history.
Cancel
Confirm
Workflow's Payload
{{ selectedWorkflow.payload }}
{% if config.ENABLE_CDN %} {% else %} {% endif %}