Function updateTemplateDictionaryForWorkflow

  • Fetch the data from the new Workflow item and update the templateDictionary for variable replacement

    Parameters

    • sourceId: string

      The id of the source Workflow item that was used to create the solution template

    • newId: string

      The id of the Workflow item that has been deployed

    • templateDictionary: any

      Hash of facts: folder id, org URL, adlib replacements

    • authentication: UserSession

      Credentials for requests to the destination organization

    Returns Promise<void>