Change8

@cloudflare/workflows-shared@0.9.0

📦 cloudflare-workersView on GitHub →
2 features🔧 1 symbols

Summary

This minor release enhances the workflow step context by adding 'step' and 'config' properties to the callback received by step.do().

✨ New Features

  • Added 'step' and 'config' properties to the workflow step context passed to the callback in step.do().
  • The callback now receives ctx.step (containing 'name' and 'count') and ctx.config (the fully resolved step configuration with defaults merged).

Affected Symbols