You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/skyvern/actions/get-workflow/get-workflow.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importskyvernfrom"../../skyvern.app.mjs";
2
2
3
3
exportdefault{
4
-
key: "skyvern-get-workflow-run-details",
4
+
key: "skyvern-get-workflow",
5
5
name: "Get Workflow Run Details",
6
6
description: "Retrieve details of runs of a specific Skyvern workflow. Useful for checking the status and result of a run. [See the documentation](https://docs.skyvern.com/workflows/getting-workflows)",
0 commit comments