New Workflow Activities for SharePoint Foundation
Applies to: SharePoint Foundation 2010
New Workflow Activities for SharePoint Foundation
The following is a list of the new activities installed with Microsoft SharePoint Foundation:
Activity Name |
Description |
---|---|
Adds an ArrayList object into another specified ArrayList. |
|
The base class for all coercion activities that are used to take user input and attempt to coerce or cast the provided value into a certain data type. |
|
Takes a provided object and tries to cast it into a Boolean value. |
|
Attempts to change a value to a DateTime object. |
|
Attempts to change a value to a Double object. |
|
Attempts to change a value to a Double object. |
|
Attempts to change a value to a SPItemKey object. |
|
Attempts to change a value to a String object. |
|
Provides a means of updating the comments field in a specified workflow instance. |
|
Provides information about the interval between two specific dates, like total hours, minutes and seconds. |
|
Builds a string containing workflow variables (i.e. list name, creation date) for use in a specified workflow instance. |
|
Provides a way to handle exceptions that are encountered when the markup generated for a declarative workflow is invalid. |
|
Extracts the specified string from the end of a given value. |
|
Extracts a substring from a specified string at a given string index. |
|
Extracts a substring from a workflow variable string at a given index in the string and for a specified length. |
|
Extracts a substring from the beginning of a workflow variable string. |
|
Provides a means of looking up a value in the workflow properties HashTable. |
|
Runs a set of child activities in order to elevate the security context of a running workflow instance. |
|
Ensures that values are persisted when the ActivityExecutionStatus activity is closed. |
|
Used to set the status of a workflow to a specified value. |
|
Submits a file to a specified document repository. |
|
A base class activity that pauses the workflow until a specified document is unlocked. |