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

    Interface WorkflowStepAppCall

    interface WorkflowStepAppCall {
        name?: string;
        operation?: string;
        input?: WorkflowValue;
        connection?: string;
        instance?: string;
        credentialMode?: string;
    }
    Index

    Properties

    name?: string
    operation?: string
    connection?: string
    instance?: string
    credentialMode?: string