@archastro/sdk
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Retrieve a sample workflow graph Returns a minimal, runnable WorkflowGraph YAML document that illustrates the structure of a workflow graph. Use this as a starting point when building or testing your own workflow definitions. The response is returned as plain YAML (application/x-yaml) rather than JSON. The sample graph includes a trigger node, a transform node, and an event-emit node wired together in sequence.

      Returns Promise<{ content: ArrayBuffer; mimeType: string }>

      Minimal runnable WorkflowGraph YAML document.