这篇文章主要briefly introduce the Install and configure SharePoint 2013 Workflow。

Microsoft 推出了新的Workflow engine 针对于SharePoint 2013 Server--Workflow Manager,这个Service是基于Windows Workflow Foundation的,但是OOTB(out-of-the-box)安装却被隐藏了,当sharepoint 2013 Server安装的时候只提供了SharePoint 2010 Workflow。

下面就简单介绍一下,如何安装和配置SharePoint 2013 workflow。

Prerequsites:

Workflow Manager

Service account for Workflow Manager Service

User Profile Service must be configured and run

安装Workflow Manager 1.0,这里我们介绍一种方式,通过Web Platform **下载安装,地址如下:http://go.microsoft.com/fwlink/?LinkID=252092,下载安装即可。

打开Web Platform Installer 然后选择Workflow Manager 1.0 点击安装。

安装状态,等待....

Click “continue”

接下来需要配置Workflow Manager configuration wizard,这里有3个选项,这里我们选择第一个,因为是recommend吗。

填写必要的选择

SQL SERVER INSTANCE --你的sql server name

USER ID--作为Workflow Manager Service的Account

PASSWORD--Service account的密码

Allow Workflow management over HTTP on this computer--这里根据你自己的需求吧,是否需要http站点作为开发或者测试,一般我们开发的客户产品都是需要https的。

Certificate Generation Key--加入farm其他server所需要的key

Click下一页,review and confirm 下所有信息,你也可以获取所有安装的PowerShell 命令。

安装成功之后,打开IIS,会发现为我们新建了一个Workflow Management Site的站点

Check Workflow Service是否started

访问IIS下的Workflow Management Site,browser,你将会看到下面的xml

最后,以管理员身份运行Sharepoint 2013 Management Shell:

输入以下command:

Register-SPWorkflowService -SPSite http://vmsp13 -WorkflowHostUri http://vmsp13:12291 –AllowOAuthHttp

Register-SPWorkflowService -SPSite https://vmsp13 -WorkflowHostUri https://vmsp13:12290 –AllowOAuthHttp

Note: SPSite 参数 是你sharepoint的site url,WorkflowHostUri是Workflow Management Service URL(Port 12291用于HTTP,port 12290用于SSL)。

现在我们就可以创建SharePoint 2013 Workflow 通过SharePoint Designer 2013.

参考链接:

http://blog.fpweb.net/sharepoint-2013-workflow-installing-and-configuring/#.WGoLllN96Uk

https://shareyourpoint.net/2015/04/21/install-and-configure-sharepoint-2013-workflow/

http://www.c-sharpcorner.com/UploadFile/a9d961/install-and-configure-workflow-for-sharepoint-server-2013/

https://technet.microsoft.com/en-us/library/jj658589

Install and Configure SharePoint 2013 Workflow的更多相关文章

  1. SharePoint 2013: Workflow Manager Backend 服务意外地终止

    一.环境:SharePoint 2013 + Workflow Manager 1.0 二.错误描述: Workflow Manager Backend 服务意外地终止,这种情况已经出现了 42106 ...

  2. 安装和配置SharePoint 2013 Workflow

    SharePoint 2013中的工作流概述 在SharePoint 2013中,Workflow(建立在Windows Workflow Foundation 4.5)和WCF承载在Workflow ...

  3. SharePoint 2013 – Workflow Manager 1.0 offline download

    [http://sharepointdeal.wordpress.com/2013/03/13/sharepoint-2013-workflow-manager-1-0-offline-downloa ...

  4. SharePoint 2013 - Workflow Manager

    1. Workflow Manager可以与SharePoint 安装在同一台机器上,只是不建议这么做:由于Workflow Manager 需要使用数据库,我个人将其安装在 SQL Server机器 ...

  5. SharePoint 2013 Workflow 分布式配置问题记录

    SharePoint 2013 发布已经有一段时间,前段事件主要是做财务项目,用到Oracle和HFM,由于从来没了解过这两个软件,把大部分时间用在了学习Oracle和HFM的API,目前对HFM的A ...

  6. SharePoint 2013 Workflow Manager 1.0 卸载

    一:环境 Window server 2012 r2 Standard SharePoint Server 2013 with sp1 二:开始菜单---Workflow Manager 配置---退 ...

  7. SharePoint 2013 Workflow Manager 1.0 远程服务器返回错误: (400) 错误的请求。 不支持查询字符串中的 api-version

    环境: Windows Server 2012 R2 Standard SharePoint Server 2013 with sp1 通过Web 平台安装程序 5.0,已安装 Workflow Ma ...

  8. SharePoint 2013 workflow cannot start automatically when you logged in site as a system account

    I have created one simple workflow on custom list using SharePoint designer 2013.While designing wor ...

  9. Sharepoint 2013 Workflow Error

    问题: (1)提示“reload the page and then start the workflow”错误 (2)提示“Unable to properly communicate with t ...

随机推荐

  1. ABP文档 - SignalR 集成

    文档目录 本节内容: 简介 安装 服务端 客户端 连接确立 内置功能 通知 在线客户端 帕斯卡 vs 骆峰式 你的SignalR代码 简介 使用Abp.Web.SignalR nuget包,使基于应用 ...

  2. Emoji选项列表

    一.需要的前提文件 从网上下载Emoji的表情包,当然是png的图片,因为WPF不支持彩色的Emoji,所以,做列表的时候,需要用图片. 随着压缩包一起的还有一个Emoji.xml文件,文件的层级结构 ...

  3. CRL快速开发框架系列教程十(导出对象结构)

    本系列目录 CRL快速开发框架系列教程一(Code First数据表不需再关心) CRL快速开发框架系列教程二(基于Lambda表达式查询) CRL快速开发框架系列教程三(更新数据) CRL快速开发框 ...

  4. Effective前端2:优化html标签

    div { float: left; } .keyboard > div + div { margin-left: 8px; } --> div{display:table-cell;ve ...

  5. UVA-146 ID Codes

    It is 2084 and the year of Big Brother has finally arrived, albeit a century late. In order to exerc ...

  6. ActionContext.getContext().getSession()

    ActionContext.getContext().getSession() 获取的是session,然后用put存入相应的值,只要在session有效状态下,这个值一直可用 ActionConte ...

  7. jQuery中取消后续执行内容

    <html xmlns="http://www.w3.org/1999/xhtml"><head>    <title></title&g ...

  8. VS2010 release编译下进行调试,“当前不会命中任何断点,还没有为文档加载”问题解决方案

    在release模式下调试程序,经常出现"当前不会命中任何断点,还没有为文档加载"的问题,可尝试以下方法: 1. 属性 → 配置属性 → C/C++ → 常规 → 调试信息格式:选 ...

  9. ValueInjecter----最好用的OOM(以微信消息转对象举例)

    使用数据实体的好处我这里就不多说了,但大家享受这些好处的时候,难免也对那些琐碎的赋值代码感到厌烦,基于此,我认为掌握一个oom的使用,还是很有必要的. 这种类型的工具有很多,比如automapper, ...

  10. 页面中调用系统常用的对话框需要用到的classid

    ■打开■ <input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开> < ...