SharePoint Online

The cloud parts are functional components that extend your SharePoint Online environment in Microsoft 365.

Supports Modern sites for SharePoint Online/Microsoft 365

View All Products

Small Business Pricing and Discounts

Learn More

Subscription Pricing

Web Part Subscription
Alert Plus Enterprise Subscription

SharePoint

Top SharePoint Online Products

Experience greater power and savings by bundling our SharePoint apps and cloud parts.


Alert Plus


Calendar Plus


Carousel


Employee Directory Plus


Org Chart Plus


Simple Search


Tabify


Tree View

 

View More

On-Premises Only

These web parts extend SharePoint beyond its out-of-the-box capabilities by tailoring it to your requirements with Bamboo Solution’s growing portfolio of SharePoint Web Parts.

SharePoint 2016, 2019, SPSE - Classic Pages Only

View All Products
SharePoint

Top On-Premises Only Products

Experience greater power and savings by bundling our SharePoint apps and web parts.


Calendar Plus


Data Viewer


Password Change


Password Expiration


Password Reset

 

View More

Our team of Microsoft 365 Technology Consultants helps you get the most out of your Microsoft technology, we have the best Microsoft 365 talent to streamline your organization.

M365 On-Call

On-Demand Microsoft 365 & Power Automate Expertise

Learn More

M365 Plus

Managed Services

Learn More
Microsoft 365

Accelerated Scheduling


Scheduling for Aviation

Scheduling for Home Health


Scheduling for Deliveries


Scheduling for Emergency Personnel

View More

Our Consultants Have What You Need

View All Services

Federal Contractors

GCC Migration Support
Microsoft 365

Our Consultants Have What You Need


Microsoft 365 Enablement


M365 Portals / Intranets


Microsoft 365 Security Configuration


Power Automate


Power Apps


Modern Forms

 

View More
Bamboo Solutions
  • Products
  • Services
  • Migrations
    • Migration to Microsoft 365
    • GCC Government Community Cloud
    • Migration Center of Excellence
  • Federal Consulting Services
    • Government Services Price List
  • About
    • Blog
    • Webinars & Events
    • Resources
    • Careers
    • Bamboo Partner Network Program
  • Support
    • M365 Art of the Possible
    • Request Support
    • Enterprise Product Support Plan
    • M365 Plus Program
    • SharePoint Online Product Documentation
    • SharePoint On Premises Product Documentation
  • My Account
  • My Cart
  • Contact Us
Select Page

How to Publish a Workflow on SharePoint Designer 2013

by Ly Nguyen | Dec 17, 2012 | SharePoint 2013

After successfully installing SharePoint Designer 2013, let’s say that you open the SharePoint 2013 site for which you want to publish a workflow. After choosing the publishing action, however, the screen only shows SharePoint 2010 workflow as an option under the drop-down list for Platform type. What do you do?

Here’s how to publish a workflow under those circumstances:

  1. First, we must install Workflow Manager (version 1.0)  program on your SharePoint machine (get it at http://technet.microsoft.com/en-us/library/jj193448)
  2. After installation has completed, the virtual machine will restart and then continue to configure. Select the Recommended option and then input the ‘SQL Server Instance’ password for user, check Allow Workflow Management over HTTP on this computer, input ‘Certificate Generation Key’ and confirm it for the next screen. Wait until configuration has completed:

 

 

 

Continue to run ‘SharePoint 2013 Management Shell‘ as an administrator with the command:

Register-SPWorkflowService -SPSite "http://myserver/mysitecollection" -WorkflowHostUri "http://workflow.example.com:12291" -AllowOAuthHttp

 

  1. Now we can see the ‘SharePoint 2013 workflow’ option under ‘Platform type’ in the drop-down list. Select it, design and publish a workflow … only to get an error when compiling the workflow.  What now?

 

 

We must run ‘SharePoint 2013 Management Shell‘ as administrator again with each command:

net start spadminv4

net start sptimerv4

Set-SPAppDomain "apps.developement.local"

Get-SPServiceInstance | where{$_.GetType().Name -eq "AppManagementServiceInstance" -or $_.GetType().Name -eq "SPSubscriptionSettingsServiceInstance"} | Start-SPServiceInstance

Get-SPServiceInstance | where{$_.GetType().Name -eq "AppManagementServiceInstance" -or $_.GetType().Name -eq "SPSubscriptionSettingsServiceInstance"}

$account = New-SPManagedAccount

$account = Get-SPManagedAccount "domainuser"

$appPoolSubSvc = New-SPServiceApplicationPool -Name SettingsServiceAppPool -Account $account

$appPoolAppSvc = New-SPServiceApplicationPool -Name AppServiceAppPool -Account $account

$appSubSvc = New-SPSubscriptionSettingsServiceApplication -ApplicationPool $appPoolSubSvc -Name SettingsServiceApp -DatabaseName SettingsServiceDB

$proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $appSubSvc

$appAppSvc = New-SPAppManagementServiceApplication -ApplicationPool $appPoolAppSvc -Name AppServiceApp -DatabaseName AppServiceDB

$proxyAppSvc = New-SPAppManagementServiceApplicationProxy -ServiceApplication $appAppSvc

Set-SPAppSiteSubscriptionName -Name "app" -Confirm:$false

  1. Now we’re able to publish the workflow successfully and run it, but the workflow gets cancelled even though no error occurs. We must complete one last step for this: create a User Profile Service Application:

Go to Central Admin and start ‘User Profile Service’ from Application Management -> Manage services on the server, and then Create new User Profile Service Application:

 

 

Input Name, Application pool name, My Site Host URL, and then click the Create button. A new User Profile Service Application is created. Click on it to check show its properties:

 

 

 

 

 

 

At this point, you can re-run the cancelled workflow or publish a new workflow and run it, then check to see workflow status is completed.

  1. Finish

Blog Categories

  • AI Agents (2)
  • Alert Plus (8)
  • Cyber Security (7)
  • data migration services (11)
  • Emoji (2)
  • Employee Spotlight (33)
  • Events (158)
  • In the News (64)
  • Microsoft (61)
  • Microsoft AppSource Product Update (3)
  • Microsoft SharePoint Bloggers (27)
  • Midshare (1)
  • Office 365 (60)
  • Pentalogic (1)
  • PowerApps (12)
  • Press Release (73)
  • Product Updates (140)
  • Products (333)
  • SharePoint 2010 (173)
  • SharePoint 2013 (257)
  • SharePoint Blank (47)
  • SharePoint Experts (207)
  • SharePoint for Administrators (32)
  • SharePoint for Project Management (20)
  • SharePoint Solutions (255)
  • SharePoint Term Store (3)
  • SharePointXperts (195)
  • SPFx (3)
  • The Bamboo Team Blog (1,393)
  • The Bottom-Line PM: A Realists's Guide to SharePoint and Microsoft Project (25)
  • The Business of SharePoint (25)
  • Year-End Review (4)
Bamboo Solutions and its related brands is the copyright of SharePointXperts, LLC. ©2002–2026 | Privacy Policy | Terms of Use | Sitemap