Trying to develop a very simple workflow using VS2012 and Sharepoint 2013
The workflow should, when an item is added to a list:
1. Check In the item
2. Declare the Item is a Record
I have set up VS 2012 in line with guide found here, including adding the relevant references and toolbox items
http://msdn.microsoft.com/en-us/library/ms460227(v=office.14).aspx
The "CheckInItem" task is on the toolbox and I have dropped that in to my workflow with no problems
However, there is no task on the toolbox to declare the item a Record? I believe this existed in Sharepoint 2010 according to some other docs I have seen
Is this a missing reference? How do I add the "Declare an Item as a Record" to my workflow?
thanks
Robert