Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In order to Publish Microsoft Workflow Manager Activities into Microsoft Workflow Manager Server you need to compile these Activities before you process to publishing Operation , you can follow next steps to complete this Operation.
Install Workflow Manager Visual Studio Tools , Workflow Manager Tools 1.0 for Visual Studio 2012 installation
Open Visual Studio and Create new Project http://1.bp.blogspot.com/-3MBBJqH82ck/Vix39gK6LFI/AAAAAAAAJVw/4ABqzRFZTRI/s320/NewProject.PNG
Once you created new project Right Click Project Node in Solution Explorer and the click Unload to edit project File. http://4.bp.blogspot.com/-AqmAPsf0DtA/Vix44oegLJI/AAAAAAAAJV4/QUEQrMsYRCQ/s320/UnLoad.PNG
Right Click Project Node again and Click Edit Menu Item http://3.bp.blogspot.com/-M00wkBaNS1s/Vix5d1FRkiI/AAAAAAAAJWM/W3jaL8BoJcg/s1600/EditProject.PNG
Visual Studio will Open csproj xml file for you to edit scroll down to Import Node and then add new Import node existing Node
1.<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 2.<Import Project="C:\Program Files (x86)\MSBuild\Microsoft\Workflow Manager\1.0\Microsoft.WorkflowServiceBuildExtensions.targets" />
Save csproj File and reload the project .
Build Project
When you open Output folder of your Project you will find the TranslatedWorkflows folder contains your compiled activities.