Interface StepEventStateMetadata

interface StepEventStateMetadata {
    custom?: boolean;
    delete?: boolean;
    id: string;
    initErrors?: string[];
    inputs: Record<string, any>;
    outputs: Record<string, any>;
    parent: string;
    protect?: boolean;
    provider: string;
    retainOnDelete?: boolean;
    type: string;
    urn: string;
}

Properties

custom?: boolean
delete?: boolean
id: string
initErrors?: string[]
inputs: Record<string, any>
outputs: Record<string, any>
parent: string
protect?: boolean
provider: string
retainOnDelete?: boolean
type: string
urn: string

Generated using TypeDoc