Publish an automation project in RPA Desktop Design Studio

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:8分
  • Publish an automation project to RPA Hub from RPA Desktop Design Studio as a package or as a template. After publication, you can quickly deploy automation solutions in the RPA platforms by using the packages or by using a template as a framework to create automations.

    始める前に

    Ensure that the automation project file is open in RPA Desktop Design Studio. For more information, see Open a local automation project in RPA Desktop Design Studio.

    Ensure that the automation project file is in a separate folder. All the files and folders in the current project file location are published to the RPA Hub.

    Verify the connection manager setup in the RPA Desktop Design Studio. For more information, see Set up RPA Desktop Design Studio.

    Role required: sn_rpa_fdn.rpa_developer or sn_rpa_fdn.rpa_admin

    このタスクについて

    Publishing an automation project as a package enables the RPA Hub to execute a process job that executes the workflow in the automation project. You can publish an automation project as a new package or as the version of an existing package.

    Publishing an automation project as a template makes it the framework for creating automation projects later. You can publish an automation project as a new template or as the version of an existing template.

    手順

    1. In the RPA Desktop Design Studio, open the automation project that you want to publish.
    2. On the Design tab, select Publish.
      重要:
      • If the Code quality check feature is enabled from your RPA Hub instance and your automation project has Code quality check issues, the Code Quality Check Results window displays an error message.

        Code quality check performed during publishing of a project.

        You can publish a package with errors or with both errors and warnings only if the property sn_rpa_fdn.restrict_package_by_severity is set as No restriction in RPA Hub. For more information, see Configure RPA Hub properties. As shown in the following example, these packages are highlighted with the message Automation contains one or more errors or warnings when you begin to publish a project.
        図 : 1. Error displayed when you're publishing a project with errors or warnings
        Error displayed when you're publishing a project with errors or warnings.

        For more information on the compliance rules that the Code quality check follows when a package is published from RPA Desktop Design Studio, see Code quality check compliance for RPA Desktop Design Studio.

      • When you enable the sn_rpa_fdn.code_signing_required system property on the instance, it impacts the existing bot processes that are associated with the packages on the same instance because you didn't enable code signing on them earlier while you were publishing from RPA Desktop Design Studio to RPA Hub. As a result, the automations that corresponded to these bot processes failed. To run the failed automation successfully, you must publish the package again with the code signing from RPA Desktop Design Studio to RPA Hub.
    3. Publish an automation project as a package or template.
      OptionAction
      Publish the automation project as a package
      1. In the Publish project window, ensure that Package is selected in the Publish project as field.
        注:
        Package is the default option.
      2. In the Publish package as list, select New Package or New version (to existing package).
        • Publish the automation project as a new package by ensuring that New Package is selected.
          注:
          New Package is the default selection.
        • Publish the automation project as a version to an existing project by selecting New version (to existing package).
      3. Publish the package as a new package by entering the package name in the Name field or by retaining the default name.
        注:
        By default, the automation project name is the default package name.
      4. Publish the package as a new version to an existing package by selecting the package name from the Select Package list.
      5. In the Comments field, enter a comment.
      6. Select Publish.
      7. Select OK.
      Publish the automation project as a template
      1. In the Publish project window, in the Publish project as field, select Template.
      2. In the Publish template as list, select New template or New version (to existing template).
        • Publish the automation project as a new template by selecting New template.
        • Publish the automation project as a version to an existing template by selecting New version (to existing template).
      3. Publish the automation project as a new template by entering the template name in the Name field or by retaining the default name.
        注:
        By default, the automation project name is the default template name.
      4. Publish the automation project as a version to an existing template by selecting New Version (to existing template).
      5. Publish the template as a new version to an existing template by selecting the package name from the Template list.
      6. In the Comments field, enter a comment.
      7. Select Publish.
      8. Select OK.
    4. オプション: If code signing is mandated by your organization and you’re publishing the automation project as a package, do the following actions:
      1. In the Certificate location field, select either File or Cert Store as the location of the certificate.
      2. Select the three-dot menu (Three-dot menu.) next to the Certificate field.
      3. Select the installed code signing certificate.
        注:
        You can only select a certificate that has the intended purpose as code signing. If you select a certificate with any other intended purpose, an error is displayed.
      4. Select OK.
      注:
      This step is applicable only if you’re publishing the automation project as a package.