SenseNet / sn-workflow

Workflow component for the sensenet platform, based on Windows Workflow Foundation 4.5
GNU General Public License v2.0
3 stars 2 forks source link

SnAdmin step for aborting workflows #14

Open tusmester opened 6 years ago

tusmester commented 6 years ago

An snadmin step for aborting running workflows would help when a live repo is restored in a test/dev environment. In that case it would be confusing to let live workflows run and potentially send notification emails during testing.

Default

<AbortWorkflows />

By workflow content type

<AbortWorkflows Types="ApprovalWorkflow;MyCustomWorkflow" />

By content query

<AbortWorkflows Query="+InTree:/Root/MyCustomPath +TypeIs:MyCustomWorkflow"/>
pietervanh commented 4 years ago

That would be a great feature indeed