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

    Interface CreateWorkflowRunRequest

    interface CreateWorkflowRunRequest {
        originating_id: string;
        originating_type: WorkflowRunOriginatingType;
        workflow_template_id: string;
    }
    Index
    originating_id: string

    ID of the originating object that triggered the run.

    originating_type: WorkflowRunOriginatingType

    Kind of object that triggered the run.

    workflow_template_id: string

    ID of the workflow template to execute.