Mark Moes
Mark Moes
As reported in Discord the template for env.py was out of date. Updated these and other templates to be in line with our own + that of the example-orchestrator (https://github.com/workfloworchestrator/example-orchestrator/pull/31)....
The orchestrator-ui-library uses https://github.com/changesets/changesets to make maintaining the changelog + keeping track of patch/minor/major changes, an integral part of the development process. I think it'd be nice if we start...
### Contact Details `markmdev_51242` in the discord channel (see readme). ### What should we build? Add the `authorize_callback` parameter to the `@inputstep` decorator. See #782 for original requirements and #837...
### Contact Details _No response_ ### What should we build? At SURF we have a couple of product blocks definitions with a `@computed_field` property that retrieves another subscription to access...
https://github.com/workfloworchestrator/orchestrator-core/blob/271ac32d2e122034bb71aedce402495fcc766843/orchestrator/cli/domain_gen_helpers/product_block_helpers.py#L204 After adding a new product block, the [migrate-domain-models](https://workfloworchestrator.org/orchestrator-core/reference-docs/cli/#migrate-domain-models) command can be used to compare domain models to the database and generate migrations to bring the database in sync. One...
### Contact Details _No response_ ### What should we build? Create documentation on how to use `conditional`. Question thread on discord: https://discord.com/channels/1295834294270558280/1343606814868111371 Small example for a usecase where some steps...
### Contact Details _No response_ ### What happened? With the new scheduler implementation in 4.4.0rc2 the start date is one hour in the past. Creating this ticket to remember to...
Check the DB models for unrestricted `Text` fields which allow storing an unlimited amount of text. Decide a sensible upper limit on case by case basis. For `SubscriptionTable.note`: * Explicitly...
## Context As part of the initiative to improve the WFO documentation, we want to divide the documentation in 3 chapters: 1. **Workflow Orchestrator** (Architecture, the "Why") 2. **Guides** (the...
## Context As part of the initiative to improve the WFO documentation, we want to have diagrams to explain things in a visual way. ## Proposed solution The repository already...