{% extends "base.html" %} {% load static %} {% block title %}Create Artifact - {{ playbook.name }}{% endblock %} {% block content %}

Create Artifact

Add a new artifact to {{ playbook.name }}

Artifact Details
{% csrf_token %}
{% if errors.name %}
{{ errors.name }}
{% endif %} Unique name for this artifact (max 200 characters)
{% if errors.description %}
{{ errors.description }}
{% endif %} Optional: Detailed description of the artifact
Type of artifact
Activity that produces this artifact as output
Whether this artifact is required for the methodology
Optional: Upload a template file for this artifact
Cancel
About Artifacts

Artifacts are outputs produced by activities that can be consumed as inputs by downstream activities in the workflow.

Examples include documentation, code files, diagrams, templates, and data files.

{% endblock %}