dotnet add OrchardCore.WorkflowsThe Workflows module provides tools and APIs to create custom workflows
Features
Workflows
The Workflows module provides tools and APIs to create custom workflows. Its manifest-backed feature ID is OrchardCore.Workflows, and it is categorized as Workflows. It depends on OrchardCore.Liquid, and OrchardCore.Scripting, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
HTTP Workflows Activities
Provides HTTP-related services and activities. Its manifest-backed feature ID is OrchardCore.Workflows.Http, and it is categorized as Workflows. It depends on OrchardCore.Workflows, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Timer Workflows Activities
Provides timer-based services and activities. Its manifest-backed feature ID is OrchardCore.Workflows.Timers, and it is categorized as Workflows. It depends on OrchardCore.Workflows, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Session Workflows Activities
Provides ‘YesSql’ Session-related activities. Its manifest-backed feature ID is OrchardCore.Workflows.Session, and it is categorized as Workflows. It depends on OrchardCore.Workflows, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause