No-code Kit of SharePoint activities for creating custom Workflow using SharePoint Workflow Designer. Virto Workflow Kit that can be used as an add-on for MS SharePoint includes extended activities for sending e-mails and SMS as well as messaging to Twitter, Jabber and Miranda.
2.9.5 (2010-07-22)
Fixed "System.Security.SecurityException: Access denied. at Microsoft.SharePoint.Administration.SPFormDigestSettings.set_Enabled(Boolean value) " error in "Copy list extended" activity.
2.9.4 (2010-07-19)
Updated "Send Email ..." activities. Supports friendly email, like "User Name <user@company>"
2.9.3 (2010-06-25)
Fixed "Set user's email in Active Directory". Wrong ClassName in actions file.
Updated "Translate text (Powered By Google Translator)". Updated Google Translator API.
Updated "Translate text (Powered By Microsoft Translator)". Updated Microsoft Translator API.
2.9.2 (2010-06-10)
Fixed "Receive email" activity. Warning message "This action has required parameters that are missing".
2.9.1 (2010-06-07)
Added "Member exists in Active Directory" condition. Free
Updated "Set Date constant" activity. Added a new constant: Begin of next Week, End of next Week, Begin of next Month, End of next Month
Fixed "Set user's property in AD" activities. Error if set empty string.
Fixed "Set Date constant" activity. Wrong value in "End of this Week" mode.
2.9.0 (2010-06-01)
Added "Lookup initiator user property" activity.
Added
"Capture all occurrences of text" activity. Searches the specified input string
for all occurrences of a regular expression and store result to Array.
Added
"Encode Web Text" activity. Provides methods for encoding URLs when processing
Web requests.
Added "Decode Web Text" activity. Provides methods for decoding
URLs when processing Web requests.
Updated "Add member to Active Directory
group". You can add a user or secure group to Active Directory group. Allowed
multiple users or groups separated ';'.
Updated "Remove member from Active
Directory group". You can remove user or secure group from Active Directory
group. Allowed multiple users or groups separated ';'.
Updated "Is User a
member of a Active Directory group" condition. You can check user or secure
group.
Updated "Get user's custom attribute from Active Directory". You can
get user or secure group attribute.
Updated "Set user's custom attribute in
Active Directory". You can set user or secure group attribute. Allowed multiple
users or groups separated ';'.
Updated "Url Encode" activity. Migrated into
"Encode Web Text" activity.
Updated "Url Decode" activity. Migrated into
"Decode Web Text" activity.
Updated "Execute custom code" activity. Added
ActivationProperties: SPWorkflowActivationProperties property into Context
variable.
Updated activities with CAML filter. Added CAML query
auto-resolving from <Query> tag.
Updated "Send Email ..." activities.
Added BCC (blind carbon copy) optional field.
Fixed "Change content type"
activity.
Fixed "Change page layout" activity. Finds page template by name
and title. Removed auto check-in and check-out.
Fixed "Capture Text"
activity. Activity can throw 'System.ArgumentException: parsing' exception if
regular expression has backslash char '\'.
Fixed "Replace Text" activity.
Activity can throw 'System.ArgumentException: parsing' exception if regular
expression has backslash char '\'.
Fixed "Check In Item extended" activity.
No matter which option you attempt to use (Major, Minor, Overwrite), it will
only select MajorCheckIn.
2.8.0 (2010-05-12)
Added "Delete list items extended" activity.
Added "Get
field value extended" activity. Finds the list item by url and returns value
from specified field.
Added "Save document to file" activity. Saves file to
output folder.
Added "Create document from file" activity. Creates a new
document from file.
Added "Rename document" activity.
Added "Add
SharePoint group to Quick Launch" activity. Adds group to Quick Launch on the
People and Groups page.
Added "Remove SharePoint group from Quick Launch"
activity. Removes group from Quick Launch on the People and Groups page.
Added "Change list item content type" activity. Changes the content type
that is associated with the item. You can use Content Types as Statuses, see
more information http://www.sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?ID=49
Added
"Execute SQL Script" activity. Executes SQL statements from within SharePoint
Designer workflows.
Added "Url Encode" activity. Encodes URL string.
Added
"Url Decode" activity. Converts a string that has been encoded for transmission
in a URL into a decoded string.
Added "Change page layout" activity. For
MOSS only. Changes a page's layout to the new one.
2.7.4 (2010-04-19)
Updated "Send Email with List Item attachment". Fixed "Value does not
fall within the expected range." error with Discussion Board.
2.7.2 (2010-04-08)
Updated "Calculate aggregate function" activity. Added
"Sum" function.
Updated "Calculate aggregate function" activity. Fixed
problem "Errors were found when compiling the workflow. The workflow files were
saved bu cannot be run.".
2.7.1 (2010-04-05)
Updated "Send email ..." activity. Fixed problem if recipient is SharePoint
Group.
2.7.0 (2010-04-01)
Added "Item Exists in the List" condition (Free).
Added
"Item is Checked Out" condition (Free).
Added "Item is Checked Out extended"
condition (Free).
Added "Terminate workflows" activity (Free). Terminates all
running or faulting workflows in the current list (current item).
Added
"Translate text (Powered By Bing)" activity.
Added "Approve Item" activity.
Approves the item and it will become visible to all users.
Added "Reject
Item" activity. Rejects the item and it will be returned to its creator and not
appear in public views.
Added "Publish Item" activity. Submits the file for
content approval with the specified comment.
Added "Discard Publish Item"
activity. Removes the file with the specified comment from content
approval.
Added "Check Out Item extended" activity. Finds the document by url
and checks out the specified document.
Added "Check In Item extended"
activity. Finds the document by url and checks in the specified
document.
Added "Discard Check Out Item extended" activity. Finds the
document by url and undoes the check-out of a document.
Added "Delete Item
extended" activity. Delete list item by url.
Added "Publish Item extended"
activity. Finds the document by url and submits the file for content approval
with the specified comment.
Added "Discard Publish Item extended" activity.
Finds the document by url and removes the file with the specified comment from
content approval.
Added "Create a folder extended" activity. Finds the folder
by url and creates sub-folders.
Added "Set site anonymous access" activity.
Allows configure anonymous access to the site.
Added "Set list anonymous
access" activity. Allows configure anonymous access to the list.
Added
"Change list permissions inheritance" activity. Allows either 'Stop inheriting
permissions' or 'Inherit permissions from Parent' for specified list.
Updated
"Execute custom code" activity. Added Context.WorkflowInstanceId
property.
Updated "Create SharePoint site" activity. The template property
supports template title, teplate file name (should be uploaded to Site Template
Gallery).
Updated "Create SharePoint site" activity. The url can be relative
to the parent site.
Updated "Create SharePoint group" activity. Added
optional 'Members', 'Who Can View' and 'Who Can Edit' properties.
Updated
"Create SharePoint group" activity. Allows set Group as Group owner.