Skip to content

Conversation

@maxdml
Copy link
Collaborator

@maxdml maxdml commented Aug 30, 2025

  • Expose a public GetWorkflowSteps function
  • Move internal queue creation at launch of the context
  • Skip the dequeue query if maxTasks <= 0
  • Make db migrations idempotent


-- Create workflow_status table
CREATE TABLE dbos.workflow_status (
CREATE TABLE IF NOT EXISTS dbos.workflow_status (
Copy link
Member

@kraftp kraftp Sep 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should replace this entirely with the new migration system. Doesn't have to be in this PR, but should be done before release.

@maxdml maxdml merged commit 239c1a7 into main Sep 2, 2025
2 checks passed
@maxdml maxdml deleted the get-workflow-steps branch September 2, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants