Published on: 01/16/15 6:08 PM
Category:SharePoint 2013 Workflow Tags: LookupWorkflowContextProperty, SharePoint 2013, SharePoint 2013 workflow, Visual Studio, Workflow 2013We have seen how to use LookUpSpListItem in last post here. Now we will see how to use LookupWorkflowContextProperty activity.
Use of LookupWorkflowContextProperty is to get properties of the workflow.
We can have following properties of the workflow
- Associator
- Initiator
- Association Name
- Instance ID
- Current Site Url
- Current Item Url
- List Name
- List Id
We will see how to print site url now
Just set the Variable,
To print site url, take writeToHistory activity, print siteUrl there. You will get following url
I hope, this post might help you.
ENJOY SharePoint 2013 workflows