Skip to content

Commit

Permalink
State maiing for fast workflow
Browse files Browse the repository at this point in the history
The fast workflow usually processes and publishes videos. It's strange
to label the running state “Importing”. Even weirder to do that when the
workflow is failing.

Maybe this is something no one noticed since we migrated to YAML
workflows as the state mapping is broken for a while now.

In any case, a generic “Running” fits the workflow definitely better.
  • Loading branch information
lkiesow committed Jul 1, 2024
1 parent ea17625 commit 814ed8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions etc/workflows/fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,3 @@ operations:
configurations:
- delete-external: true
- preserve-flavors: "security/*"

state-mappings:
- state: "running"
value: EVENTS.EVENTS.STATE_MAPPING.IMPORTING
- state: "failing"
value: EVENTS.EVENTS.STATE_MAPPING.IMPORTING

0 comments on commit 814ed8a

Please sign in to comment.