Interface WorkflowDescriptorPayload

Descriptor payload stored in the extension registry for workflows.

interface WorkflowDescriptorPayload {
    definition: WorkflowDefinition;
    metadata?: Record<string, unknown>;
}

Properties

definition: WorkflowDefinition
metadata?: Record<string, unknown>