@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormWorkflowGetWorkflowResponse

    Response model for getting a workflow, includes workflow nodes and validation info

    interface FormWorkflowGetWorkflowResponse {
        info: FormWorkflowValidationInfo[];
        workflow: FormWorkflowNodeResponse[];
    }
    Index

    Properties

    Properties

    Array of validation information/errors for the workflow

    Array of workflow nodes