In this post we will discuss about various workflow activity in SharePoint 2013 workflow. Also you can check my previous posts on:
- What's new in workflow in SharePoint Server 2013?
- Meeting workspace removed in SharePoint 2013
- OAuth in SharePoint 2013
There are various category for these activity and each category contains some activity.
Category Name: Condition
Activity:
- CreatedBy
- ModifiedBy
- WordsInTitle etc.
Category Name: Event
Activity:
- WaitForFieldChange
- WaitForItemEvent
- WaitForCustomEvent etc
Category Name: List
Activity:
- CheckInItem
- CheckOutItem
- CopyItem
- CreateListItem
- DeleteListItem etc
Category Name: Task
Activity:
- CompositeTask
- SingleTask
Category Name: User
Activity:
- IsValidUser
- LookupSPGroup
- LookupSPGroupMembers etc
Category Name: Utility
Activity:
- Email
- GetCurrentItemGuid
- GetTaskListId etc
For full details check this msdn article.
- What's new in workflow in SharePoint Server 2013?
- Meeting workspace removed in SharePoint 2013
- OAuth in SharePoint 2013
There are various category for these activity and each category contains some activity.
Activity:
- CreatedBy
- ModifiedBy
- WordsInTitle etc.
Category Name: Event
Activity:
- WaitForFieldChange
- WaitForItemEvent
- WaitForCustomEvent etc
Category Name: List
Activity:
- CheckInItem
- CheckOutItem
- CopyItem
- CreateListItem
- DeleteListItem etc
Category Name: Task
Activity:
- CompositeTask
- SingleTask
Category Name: User
Activity:
- IsValidUser
- LookupSPGroup
- LookupSPGroupMembers etc
Category Name: Utility
Activity:
- GetCurrentItemGuid
- GetTaskListId etc
For full details check this msdn article.