Skip to content

Commit

Permalink
feat(bolt): add workflow commands to bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Sep 8, 2024
1 parent 463375f commit 95ca0c7
Show file tree
Hide file tree
Showing 10 changed files with 1,264 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/libraries/workflow/DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ UPDATE db_workflow.workflows SET wake_immediate = true WHERE workflow_name = 'MY
WITH workflow_events AS (
SELECT 'WORKFLOW_ID'::uuid AS workflow_id
)
SELECT location, 'activity' AS t, activity_name, input, output, forgotten
SELECT location, 'activity' AS t, activity_name AS name, input, output, forgotten
FROM db_workflow.workflow_activity_events, workflow_events
WHERE
workflow_activity_events.workflow_id = workflow_events.workflow_id
Expand Down
Loading

0 comments on commit 95ca0c7

Please sign in to comment.