• Converts a workflow template into a new item.

    Parameters

    • template: IItemTemplate

      Workflow template

    • templateDictionary: any

      Dictionary of terms to replace in the template

    • destinationAuthentication: UserSession
    • itemProgressCallback: IItemProgressCallback

      Callback function to report the progress of the item creation

    Returns Promise<common.ICreateItemFromTemplateResponse>

    Promise resolving with the detemplatized item template, the new item's id, and a boolean indicating if post-processing is needed