@valon-technologies/gestalt
    Preparing search index...

    Interface DefineWorkflowOptions

    interface DefineWorkflowOptions {
        id: string;
        runAs: string;
        paused?: boolean;
    }
    Index

    Properties

    Properties

    id: string
    runAs: string
    paused?: boolean