Skip to content

Commit

Permalink
chore: Reset flow (as admin)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiks committed Oct 31, 2023
1 parent 68b66ca commit 0d1ee3a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/workflows.workflow.action_points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,25 @@ type_settings:
- action_points_created
to: published
weight: 1
reset_flow_action_points:
label: 'Reset flow - action points'
from:
- action_points_created
- archived
- published
to: action_points
weight: 6
reset_flow_extract:
label: 'Reset flow - extract'
from:
- action_points
- action_points_created
- archived
- extract_text
- published
- text_extracted
to: extract_text
weight: 5
text_extracted:
label: 'Text extracted'
from:
Expand Down
18 changes: 18 additions & 0 deletions config/workflows.workflow.summarize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,24 @@ type_settings:
- summarized
to: published
weight: 1
reset_flow_extract:
label: 'Reset flow - extract'
from:
- archived
- published
- summarize
- summarized
- text_extracted
to: extract_text
weight: 5
reset_flow_summarize:
label: 'Reset flow - summarize'
from:
- archived
- published
- summarized
to: summarize
weight: 6
summarize:
label: Summarize
from:
Expand Down

0 comments on commit 0d1ee3a

Please sign in to comment.