{% extends "web/_base.html" %} {% block title %}Create work request{% endblock %} {% block content %}
Work requests are how tasks are scheduled in Debusine. See the Debusine concepts and the tasks reference to learn more.
Work requests are usually created by debusine-client. This page allows to create a work request manually using raw YAML data, and is intended to be used mostly as a low-level debugging/testing tool.
{% endblock %}