Commit graph

131 commits

Author SHA1 Message Date
Shuchang Zheng
468d61d7ef
Fix timeline building infinite loop (#2024) 2025-03-26 23:35:40 +03:00
Shuchang Zheng
19c7c56af7
migrate ProxyLocation to skyvern.schemas.runs (#2011) 2025-03-24 15:15:21 -07:00
Shuchang Zheng
6d8a49d5b5
file upload block backend (#2000) 2025-03-23 15:37:20 -07:00
Shuchang Zheng
fe781836ee
complete verify for DownloadFileBlock (#1975) 2025-03-19 20:01:13 -07:00
Shuchang Zheng
32ad324af7
Do not run complete verification for extract blocks or tasks without nav goal + disable complete verification for nav blocks in task v2 run (#1973) 2025-03-19 18:16:55 -07:00
Shuchang Zheng
660e1c581e
Clean up failure reason in block errors (#1962) 2025-03-18 00:26:01 -04:00
Shuchang Zheng
eb3db8187e
fix output parameter bug (#1961) 2025-03-17 16:22:44 -07:00
Shuchang Zheng
09fb6ae60a
WorkflowRunStatusResponse -> WorkflowRunResponse (#1959) 2025-03-17 15:19:18 -07:00
Shuchang Zheng
d31e4bf268
max task steps for task v2 (#1877) 2025-03-04 01:07:07 -05:00
Shuchang Zheng
8a1b0f3797
Add bitwarden_item_id to bitwarden_login_credential (#1871)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-03-03 19:45:50 +03:00
Shuchang Zheng
995d9461b5
Add Checksums to downloaded files for Axis so they can validate it in the webhook (#1848) 2025-02-26 20:19:05 -05:00
Shuchang Zheng
c73ad6ed68
keep fixing get workflow output bug (#1847) 2025-02-26 16:27:47 -08:00
Shuchang Zheng
be979744f5
fix workflow run get bug (#1845) 2025-02-26 16:19:56 -08:00
Shuchang Zheng
13213d4523
Add aggregated extracted information in workflow run status response (#1836)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-02-25 22:59:22 +03:00
Shuchang Zheng
9f915131d4
use workflow_run_status in log instead of status (#1782) 2025-02-18 15:26:30 +08:00
Shuchang Zheng
99e6b0d2ca
makmisi/dont close browser (#1780) 2025-02-18 00:27:21 +08:00
Shuchang Zheng
4407c19417
Add credentials table, CRUD endpoints, and credential parameter (#1767)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-02-13 19:00:19 +03:00
Shuchang Zheng
c330c6a455
Add workflow_title to WorkflowRun (#1731) 2025-02-05 22:10:17 +03:00
Shuchang Zheng
e2d3d7fec5
fix datetime diff with timezone issue for workflow metrics log (#1714) 2025-02-04 20:40:23 +08:00
Shuchang Zheng
1ba225002b
support bitwarden jinja style (#1706) 2025-02-03 23:18:41 +08:00
Shuchang Zheng
204972e225
Add step / task / workflow run / observer metrics as logs (#1698)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-02-01 14:10:38 -05:00
Shuchang Zheng
405d13283c
enable UrlBlock building in workflow service (#1689) 2025-02-01 04:13:00 +08:00
Shuchang Zheng
5e4b86c828
WIP - Loop node advanced parameters + complete_if_empty (#1675) 2025-01-29 22:40:25 +03:00
Shuchang Zheng
185fc330a4
add observer task block (#1665) 2025-01-28 16:59:54 +08:00
Shuchang Zheng
1b79ef9ca3
support global workflow (#1664) 2025-01-28 15:04:18 +08:00
Shuchang Zheng
4db5906d04
do not auto publish workflow with observer (#1640) 2025-01-25 04:08:51 +08:00
Shuchang Zheng
ef93ad65d3
Add a title search parameter to workflows endpoint, add index to work… (#1638)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2025-01-24 21:59:02 +03:00
Shuchang Zheng
5c37ebbb9e
Add status filter to workflow runs endpoints (#1637) 2025-01-24 18:31:26 +03:00
Shuchang Zheng
296abc7aa5
add organization_id to the Created workflow run log (#1636) 2025-01-24 18:04:07 +08:00
Shuchang Zheng
b62a6fec23
ExtractAction (#1632) 2025-01-24 16:21:26 +08:00
Shuchang Zheng
0fd1a87710
call webhook when time out (#1612) 2025-01-22 13:23:10 +08:00
Shuchang Zheng
1796af6df9
Add PDF Parser Block (#1600) 2025-01-20 23:33:54 +03:00
Shuchang Zheng
e4cb0987cb
Make text prompt executions a step in workflow runs (#1590) 2025-01-17 20:17:31 +03:00
Shuchang Zheng
34c3434885
shu/autoupgrade pre commit (#1553) 2025-01-14 14:06:43 -08:00
Shuchang Zheng
0392763998
add webhook support for observer (#1546) 2025-01-14 08:59:53 -08:00
Shuchang Zheng
111d1e3a8e
Bitwarden updates (#1547) 2025-01-14 01:28:30 -05:00
Shuchang Zheng
a798757541
add helper to generate webhook headers (#1543) 2025-01-13 19:28:14 -08:00
Maksim Ivanov
a4744ed9f5
Use persistent browser session in runnables (#1510)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
2025-01-09 13:04:53 -08:00
Shuchang Zheng
5ed7e5ad8e
Fix authentication errors (#1527) 2025-01-09 15:34:25 -05:00
Shuchang Zheng
74c8dd45f5
Misc loop block changes (#1494) 2025-01-06 01:58:24 -05:00
LawyZheng
c9c97fbb8c
fix workflow ouput order (#1473) 2025-01-03 13:03:46 +08:00
Shuchang Zheng
8c08edfb78
fix successful steps count (#1457) 2024-12-31 12:27:35 -08:00
Shuchang Zheng
171aef6bf7
add cost info to the workflow run repsonse (#1456) 2024-12-31 11:24:09 -08:00
Shuchang Zheng
682bc717f9
fix workflow run timeline infinite loop (#1431) 2024-12-23 13:37:30 -08:00
Shuchang Zheng
94a3779bd7
workflow runtime API (#1421) 2024-12-22 20:54:53 -08:00
Shuchang Zheng
2e37542218
add organization_id filter for get_workflow and get_workflow_run (#1422) 2024-12-22 17:49:33 -08:00
Shuchang Zheng
b256bace6a
create and update workflow run block inworkflow execution (#1419) 2024-12-22 11:16:23 -08:00
Shuchang Zheng
e81fdf6512
Improve workflow failure reason (#1388) 2024-12-16 15:22:52 -05:00
Shuchang Zheng
007cf86031
send webhook when task or workflow run is canceled (#1374) 2024-12-14 09:59:37 -08:00
LawyZheng
31c19938ff
parse yaml criterion to block (#1383) 2024-12-13 16:54:48 +08:00