domino icon indicating copy to clipboard operation
domino copied to clipboard

User friendly and open source platform for workflow creation and monitoring

Results 35 domino issues
Sort by recently updated
recently updated
newest added

In pydantic we can define range of values for numeric fields. You can define this either using custom types like [PositiveInteger](https://docs.pydantic.dev/2.3/usage/types/number_types/) or using `Field` api. Both approaches generate json schemas...

enhancement
frontend

Add support for loop operators - [x] Start refactoring Task / Operators classes to allow using dynamic mapping from airflow

- #299 - Delete workflow editor params when change workspace - Add create piece functionality https://github.com/Tauffer-Consulting/domino/pull/300 **IMPORTANT** this change will break all actions that uses `domino piece organize` so we...

Secrets fields are showing the field name defined in pydantic models. We should show the `title` in the UI and also have a tooltip with the `description` Examples on how...

enhancement
good first issue

Add a button to force workflow run stop. To do that we need: - [ ] Frontend button on workflow run page - [ ] Backend endpoint