PipedreamHQ / PipedreamHQ/pipedream
Unified log / API to retrieve all workflow invocations + errors
Open
enhancement
tracked internally
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
I'd like to access a log of all workflow executions (my event history) or errors so I can run analysis on them and observe patterns. The log would need to contain metadata like:
timestamp of execution
duration of workflow execution
success / failure state
workflow id
deployment id
(any other relevant data from `steps.trigger.context`)
timestamp of error (if error)
error object (if present)
Contributor guide
Assessment
This issue has not been assessed yet.