Skip to content

Commit

Permalink
Merge pull request activepieces#4079 from activepieces/fix/flow-run
Browse files Browse the repository at this point in the history
refactor: remove ExecutionOutput
  • Loading branch information
abuaboud authored Mar 4, 2024
2 parents f1521d2 + b350fa4 commit f2d45aa
Show file tree
Hide file tree
Showing 44 changed files with 1,040 additions and 476 deletions.
4 changes: 4 additions & 0 deletions docs/endpoints/flow-runs/get.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Get Flow Run'
openapi: GET /v1/flow-runs/{id}
---
4 changes: 4 additions & 0 deletions docs/endpoints/flow-runs/list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'List Flows Runs'
openapi: GET /v1/flow-runs/
---
5 changes: 5 additions & 0 deletions docs/endpoints/flow-runs/schema.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 'Flow Run Schema'
openapi-schema: flow-run
icon: cube
---
9 changes: 9 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@
"endpoints/flows/delete"
]
},
{
"group": "Flow Runs",
"icon": "play",
"pages": [
"endpoints/flow-runs/schema",
"endpoints/flow-runs/get",
"endpoints/flow-runs/list"
]
},
{
"group": "Pieces",
"icon": "plug",
Expand Down
Loading

0 comments on commit f2d45aa

Please sign in to comment.