Skip to content

CSV attachment artifact doesn't get saved if sending fails #6

Description

@rhigman

The workflow is:

  • retrieve emails (this marks them as read)
  • move them to "Checked" folder
  • compile email data into CSV file
  • attempt to send the CSV file as an attachment to a new email
  • store the CSV file as an artifact of the workflow run

If the email sending step fails, the workflow will finish early, and the CSV file artifact will not be stored. Storing this artifact regardless of success/failure would allow us to recover by downloading the artifact and sending it manually. As it currently stands, re-compiling the lost data is difficult because all of the unsuccessfully-processed emails have already been moved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions