Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
/ sn-workflow Public archive

Workflow component for the sensenet platform, based on Windows Workflow Foundation 4.5

License

Notifications You must be signed in to change notification settings

SenseNet/sn-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legacy feature alert

Please note that this is a legacy feature which is no longer supported on the latest (and greatest) sensenet version.

sensenet as a service (SNaaS) - use sensenet from the cloud

For a monthly subscription fee, we store all your content and data, relieving you of all maintenance-related tasks and installation, ensuring easy onboarding, easy updates, and patches.

https://www.sensenet.com/pricing

Workflow for sensenet

Workflow component for the sensenet platform, based on Windows Workflow Foundation 4.5

NuGet

You may install this component even if you only have the sensenet Services main component installed. That way you'll get the workflow engine and the backend part of the built-in workflows.

If you also have the sensenet WebPages component installed (which gives you a UI framework built on ASP.NET WebForms for sensenet), you'll also get UI elements for workflows:

  • content list integration
  • views for managing workflows
  • front-end parts of the built-in workflows

The built-in workflows (approval, registration, forgotten password) will work without the UI layer, but you'll have to make the necessary content modifications (e.g. setting the result of a task) that these workflows expect programmatically (or on your custom UI) to move them forward.

To find out which packages you need to install, take a look at the available sensenet components.

To learn more about workflows in sensenet, visit the main Workflow article.