Skip to content

Releases: openworkflowdev/openworkflow

@openworkflow/backend-sqlite@0.6.3

27 Apr 17:32

Choose a tag to compare

@openworkflow/backend-sqlite@0.6.3

@openworkflow/backend-postgres@0.6.3

27 Apr 17:32

Choose a tag to compare

@openworkflow/backend-postgres@0.6.3

openworkflow@0.9.0

27 Apr 17:32

Choose a tag to compare

  • Add name-addressed workflow signals: step.waitForSignal(),
    step.sendSignal(), and ow.sendSignal() (#400)

@openworkflow/dashboard@0.1.9

27 Apr 17:32

Choose a tag to compare

  • Add workflow signals support

@openworkflow/cli@0.4.4

27 Apr 17:32

Choose a tag to compare

  • Add support for openworkflow v0.9.0

openworkflow@0.8.1

27 Apr 17:31

Choose a tag to compare

  • Fix Postgres key transformation to only camel-case column names, preserving
    JSON value object keys in workflow inputs (#368)

@openworkflow/dashboard@0.1.8

27 Apr 17:32

Choose a tag to compare

  • Add pagination to runs and step attempts, including conditional pagination
    controls
  • Redesign the run details page
  • Add Monaco-based JSON viewing and input experiences
  • Improve dashboard layout and spacing, including mobile refinements
  • Make status colors consistent
  • Move sleeping-to-running status handling to the backend
  • Add color to workflow stats cards (#314)
  • Update TanStack dependencies (#352, #354, #361)

@openworkflow/cli@0.4.3

27 Apr 17:32

Choose a tag to compare

  • Add a --port option to run the dashboard server on a custom port (#357)

openworkflow@0.8.0

27 Apr 17:31

Choose a tag to compare

  • Add child workflow support with step.runWorkflow (#342, #349)
  • Add auto-indexing for duplicate step names (#344)
  • Various backend query improvements
  • Enforce a hard cap of 1000 step attempts per workflow run (#343)
  • Park workflow runs in running instead of legacy sleeping status (#347)
  • Fix invoke race handling for parked parent workflows and parent wakeups
  • Fix replay and parallel execution edge cases around retries and parked waits
  • Fix stale-write and worker-claim race conditions in workflow run transitions
  • Fix deadline-exceeded retry computation and workflow completion timeout logic

@openworkflow/dashboard@0.1.7

27 Apr 17:31

Choose a tag to compare

  • Add child workflow visibility in run list and run details (#342)
  • Treat legacy sleeping runs as running in dashboard status displays (#347)
  • Merge legacy sleeping counts into running Prometheus metrics