{% block author_chrome %} {% if author_chrome is defined and author_chrome %} {% from "partials/docs_nav_icons.html" import docs_icon %}
Author workflow {{ author_chrome.title }} {{ author_chrome.source_path }}
{{ author_chrome.truth.connection.label }}
{% for plane in author_chrome.truth.planes %}

{{ plane.label }}

{{ plane.state | replace('_', ' ') }}

{{ plane.summary }}

{{ plane.identity_label }}
{{ plane.identity ?? 'Not available' }}
Freshness
{{ plane.freshness }}
{% end %}
{% if author_chrome.truth.blockers %} {% end %} {% if author_chrome.truth.feedback %}

{% if author_chrome.truth.feedback.dry_run %}Dry-run diff{% else %}Action result{% end %}

{% if author_chrome.truth.feedback.ok %}Completed{% else %}Needs recovery{% end %}
{{ author_chrome.truth.feedback.diff }}
{% if author_chrome.truth.feedback.diagnostics %} {% end %}
{% end %}

Exact sequence

State and actions

{{ author_chrome.truth.approval_summary }}

    {% for action in author_chrome.truth.actions %}
  1. {{ action.phase }}

    {{ action.label }}

    {{ action.effect }}

    Capability
    {{ action.reason }}
    Confirmation boundary
    {{ action.confirmation }}
    {% if not action.enabled %}
    Recovery
    {{ action.remediation }}
    {% end %}
    {{ action.job_state | replace('_', ' ') }}
    {% if action.enabled and action.kind == 'get' %} {{ action.label }} {% elif action.enabled and action.kind == 'dry_run' %}
    {{ csrf_field() }}
    {% elif action.enabled and action.kind == 'transition' %}
    {{ action.label }}

    {{ action.confirmation }}

    {{ csrf_field() }}
    {% elif action.enabled and action.href %} {{ action.label }} {% else %} {% end %}
  2. {% end %}
Exact identities and source tools
Source revision
{{ author_chrome.truth.identities.source_revision ?? 'Not available' }}
Plan ID
{{ author_chrome.truth.identities.plan_id ?? 'Not created' }}
Plan digest
{{ author_chrome.truth.identities.plan_digest ?? 'Not created' }}
Artifact
{{ author_chrome.truth.identities.artifact_id ?? 'Not built' }}
Deployment
{{ author_chrome.truth.identities.deployment_id ?? 'Not deployed' }}
Studio Open source Dashboard
{% end %} {% end %}