The workflow scheme read request body.

interface WorkflowSchemeReadRequest {
    projectIds?: null | (null | string)[];
    workflowSchemeIds?: null | (null | string)[];
}

Properties

projectIds?: null | (null | string)[]

The list of project IDs to query.

workflowSchemeIds?: null | (null | string)[]

The list of workflow scheme IDs to query.