Skip to content

Commit

Permalink
workflows: add PROCESSING as the initial status
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Nov 25, 2024
1 parent 95e7c15 commit 8bb2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backoffice/backoffice/authors/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class StatusChoices(models.TextChoices):
ERROR = "error", "Error"


DEFAULT_STATUS_CHOICE = StatusChoices.RUNNING
DEFAULT_STATUS_CHOICE = StatusChoices.PROCESSING


class WorkflowType(models.TextChoices):
Expand Down

0 comments on commit 8bb2a6a

Please sign in to comment.