Reputation: 2011
I've been tasked with creating an EPiServer workflow in version 6 R2. The workflow we require needs the following steps:
I realise this is a pretty open ended question, but can anyone give any guidance on this, has anyone done anything similar?
Also, I read that EPiServer used the .NET 3.5 framework whereas .NET 4 WWF had a major overhaul. http://world.episerver.com/Modules/Forum/Pages/thread.aspx?id=49261
Any help would be greatly appreciated.
Thanks in advance higgsy
Upvotes: 3
Views: 965
Reputation: 4787
While EPiServer 6 supports .net 4, it's not actually built against 4.0, so I believe you're restricted to using the .NET 3.5 WF features.
The SDK has a pretty comprehensive guide to creating custom workflows. Take a look here: Developers Guide > Advanced Features > Workflows
Upvotes: 1