{% extends "base.html" %} {% block title %}{{ script.name }} - PyRunner{% endblock %} {% block content %}
{{ script.description }}
{% endif %} {% if script.tags.exists %}curl -X POST \
-H "Content-Type: application/json" \
-d '{"key": "value"}' \
"{{ request.scheme }}://{{ request.get_host }}{% url 'webhook_trigger' token=script.webhook_token %}"
Enable webhooks to trigger this script via HTTP requests from external services.
{% endif %}Notifications are disabled for this script. Edit settings
{% endif %}| Status | Duration | Triggered By | Started | |
|---|---|---|---|---|
| {% if run.status == 'success' %} Success {% elif run.status == 'failed' %} Failed {% elif run.status == 'timeout' %} Timeout {% elif run.status == 'running' %} Running {% elif run.status == 'pending' %} Pending {% elif run.status == 'cancelled' %} Cancelled {% endif %} | {% if run.duration_display %}{{ run.duration_display }}{% else %}-{% endif %} | {% if run.triggered_by %}{{ run.triggered_by.email }}{% else %}System{% endif %} | {% if run.started_at %}{{ run.started_at|date:"M d, H:i" }}{% else %}{{ run.created_at|date:"M d, H:i" }}{% endif %} | View |
No runs yet. Click "Run" to execute this script.