Domanda

I want to use approval,feedback and assign to do item processes from within WF2010, while logging all of workflows activity to the same history list (the one that WF2013 uses).

È stato utile?

Soluzione

Look at the activity InvokeSharePointWorkflow to call a 2010 workflow from your 2013 workflow. Unfortunately the 2010 workflow will not write to the same history list the 2013 workflow uses, but from within the 2013 workflow you can reach into the 2010 history list and duplicate those items in the 2013 history list after the 2010 workflow completes (I've done this a number of times and it works just fine)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top