Interface IPreProcessWorkflowTemplatesResponse

Contains an array of templates that should use standard depolyment as well as templates that will leverage some specific handeling for workflow

interface IPreProcessWorkflowTemplatesResponse {
    deployTemplates: IItemTemplate[];
    workflowManagedTemplates: IItemTemplate[];
}

Properties

deployTemplates: IItemTemplate[]
workflowManagedTemplates: IItemTemplate[]