Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Deploying to a local folder is the default build action in Workflow Studio. This action compiles and publishes each workflow, activitiesactivity, class libraries, user interfaces, and other selected items selected to the _Assemblies folder on your local machine as well as a .pub file to the _PublishedItems folder on your local machine.

Info

This action makes no changes to the EmpowerID SQL-based database. All changes occur to your local system only.

How to batch deploy Workflow Studio items to a local folder

  1. In Workflow Studio, select click on the Build ribbon menu and then click Deployment.

    Image RemovedImage Added

    This opens the Deployment pane, which contains a duplicate Source Control tree.

    Image RemovedImage Added


  2. Select the objects you want to deploy to your local system from the Source Control tree. Please note that if the items you select have already been published, Workflow Studio displays a message alerting you that no build items have been selected.

    Image Removed


    Image Added


    You should see a Confirm dialog as well as a preview of the files that will be generated by the build action.

    Image RemovedImage Added


  3. Click Yes to continue.

    After Workflow Studio restarts several times you should see a Batch Activity Log displaying the results of the publishing event. If successful, The .pub file will be located in the _PublishedItems folder and the DLL’s will be located in the _Assemblies folder on your local machine.

...

See Also

Deploy to EmpowerID environment

Create a manifest file

Build a manifest file

...