Lujeni

Results 15 issues of Lujeni

new_trigger
roadmap

## What was changed Added `ui_port` parameter to `WorkflowEnvironment.start_local()` method to allow users to customize the UI port when starting a local Temporal dev server environment. ## Why? This feature...

The quickstart examples used relative imports (e.g., `from .activities`) which fail when scripts are run directly with the error "attempted relative import with no known parent package". ## What was...