How is workflow disabled in the lower versions?
I wan't to create a module that uses some workflow bits on the backend...needs access to the users and roles and things like that (or possibly use the Facades).
Any restrictions on that scenario?
(I know < standard can't use sitefintiy built activity workflow items)
Steve
Hello Steve,
The Fluent API facades do not know of the existence of Workflow. This means that you can use any facade with any edition without worrying for license. The same goes for users and roles. The only thing that knows of workflow is its manager, which is used to send messages to the workflow service to tell it what to do with items. Can you please clarify this question so that we can provide you with a better answer?
Best wishes,
Radoslav Georgiev
the Telerik team
I don't think clarification is necessary :)
That pretty much answers the question...I'm free to make\use my own workflows in custom modules!