@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ManifestWorkflowSpec

    interface ManifestWorkflowSpec {
        $id?: string;
        description?: string;
        name: string;
        slug?: string;
        spec: Record<string, unknown>;
    }
    Index

    Properties

    $id?: string

    Manifest-internal identifier for this workflow.

    description?: string

    Optional description of what this workflow does.

    name: string

    The display name of the workflow template.

    slug?: string

    Human-readable URL-safe identifier for this workflow.

    spec: Record<string, unknown>

    Raw JSON workflow spec conforming to the workflow DAG schema.