Skip to content

Commit f4fbdd6

Browse files
committed
fixed formatting
1 parent 9eb02f7 commit f4fbdd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/shapes-in-the-sharepoint-server-workflow-template-in-visio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The following table shows a list of all the shapes that are contained in the Sha
7070
|Set Time Portion of Date/Time Field <br/> |**Set Time Portion of Date/Time Field** <br/> |**Hours** <br/> **Minutes** <br/> **Date** <br/> **Output** <br/> |Creates a timestamp, and stores the output value in a variable. You can set the time in hours and minutes and add a current date, specific date, or lookup. <br/> |
7171
|Set workflow status <br/> |**Set Workflow Status** <br/> |**Status** <br/> |Sets the status of the workflow. <br/> |
7272
|Set Workflow Variable <br/> |**Set Workflow Variable** <br/> |**Variable** <br/> **Value** <br/> |Sets a workflow variable to a value. You can also use this action when you want the workflow to assign data to a variable. <br/> |
73-
|Start a list workflow <br/> |**Start a List Workflow** <br/> |**Association Name** <br/> **Inputs** <br/> **Item** <br/> |Starts a SharePoint 2010 List workflow. <br/> **Note:** The Start a list workflow has the following issues:> The 'Assignments' type field cannot be used as a parameter when the 2010 workflow has a TaskProcess action in it.> When multiple calls are made to the same 2010 workflow the result will be multiple data sources in the 2013 workflow lookup functionality. These data sources are all the same.> Variable names in 2013 cannot contain special characters such as '?' and '#'. If a 2010 workflow contains special characters then they will be converted to hexadecimal code in the 2013 workflow. |
74-
|Start a site workflow <br/> |**Start a Site Workflow** <br/> |**Association name** <br/> **Parameters** <br/> |Starts a SharePoint 2010 Site Workflow. <br/> **Note:** The Start a list workflow has the following issues:> The 'Assignments' type field cannot be used as a parameter when the 2010 workflow has a TaskProcess action in it.> When multiple calls are made to the same 2010 workflow the result will be multiple data sources in the 2013 workflow lookup functionality. These data sources are all the same.> Variable names in 2013 cannot contain special characters such as '?' and '#'. If a 2010 workflow contains special characters then they will be converted to hexadecimal code in the 2013 workflow. |
73+
|Start a list workflow <br/> |**Start a List Workflow** <br/> |**Association Name** <br/> **Inputs** <br/> **Item** <br/> |Starts a SharePoint 2010 List workflow. <br/> **Note:** The Start a list workflow has the following issues:<ul><li>The 'Assignments' type field cannot be used as a parameter when the 2010 workflow has a TaskProcess action in it.</li><li>When multiple calls are made to the same 2010 workflow the result will be multiple data sources in the 2013 workflow lookup functionality. These data sources are all the same.</li><li>Variable names in 2013 cannot contain special characters such as '?' and '#'. If a 2010 workflow contains special characters then they will be converted to hexadecimal code in the 2013 workflow.</li></ul>|
74+
|Start a site workflow <br/> |**Start a Site Workflow** <br/> |**Association name** <br/> **Parameters** <br/> |Starts a SharePoint 2010 Site Workflow. <br/> **Note:** The Start a list workflow has the following issues: <ul><li>The 'Assignments' type field cannot be used as a parameter when the 2010 workflow has a TaskProcess action in it.</li><li>When multiple calls are made to the same 2010 workflow the result will be multiple data sources in the 2013 workflow lookup functionality. These data sources are all the same.</li><li>Variable names in 2013 cannot contain special characters such as '?' and '#'. If a 2010 workflow contains special characters then they will be converted to hexadecimal code in the 2013 workflow.</li></ul> |
7575
|Start a task process <br/> |**Start a Task Process** <br/> |**Process Settings** <br/> Process Outcome <br/> |Creates tasks on multiple users and enables the tasks to be taken through a customized process. <br/> |
7676
|Translate document <br/> |**Translate Document** <br/> |**Document** <br/> **Language** <br/> **Document Library** <br/> |Translates a document into a particular language <br/> **Note:** Requires a preconfigured Machine Translation Service Application. |
7777
|Trim String <br/> |**Trim String** <br/> |**String** <br/> **Output** <br/> |Removes white spaces from the beginning and end of a string. <br/> |

0 commit comments

Comments
 (0)