Sipke Schoorstra

Results 97 issues of Sipke Schoorstra

### Description There should be an activity type provider that yields activities based on a given Open API specification. This way, the user would not have to manually configure **Send...

core
activity

When right-clicking an activity in the designer, the context menu appears to the far-right of the screen. Example: ![Image](https://user-images.githubusercontent.com/938393/174063468-202b6f38-bda0-478a-bac2-c6cfd26e5592.gif)

bug
workflow tooling

- [ ] Conductor (integrating application with Elsa as external workflow server) - [ ] Cascading dropdown input control (extending Elsa Designer with advanced custom controls) - [x] [Invoke workflows...

documentation

In order to enable easy re-hosting of the workflow designer component, the component should work within a [shadow DOM](https://javascript.info/shadow-dom). StencilJS supports generating [Shadow DOM components](https://stenciljs.com/docs/styling), but there are challenges to...

workflow tooling

I don't have any repro steps yet.

bug
prio high

### Discussed in https://github.com/elsa-workflows/elsa-core/discussions/2775 Originally posted by **maiorfi** February 24, 2022 It seems that following guide at https://elsa-workflows.github.io/elsa-core/docs/guides/guides-recurring-tasks but using ASP.NET Core 6 (and "no startup.cs" pattern using the new...

documentation

Similar to the way Authorization Policies work with MVC, the various middlewares & HTTP endpoints should be updated to leverage the Policy API as well. For example, the GraphQL endpoint...

enhancement
prio low

The user should be able to click a tool somewhere to automatically layout the workflow using e.g. a [tree](https://x6.antv.vision/en/examples/layout/tree#mindmap) or [dagre](https://x6.antv.vision/en/examples/layout/general#dagre) algorithm.

workflow tooling

### Issue: Multiple SQL queries are being executed during a single HTTP workflow process, resulting in potential performance bottlenecks. ### Description: Upon analysis of SQL queries run during an HTTP...

performance
elsa 3

The `BulkDispatchWorkflows` activity currently allows users to specify a list of objects, dispatching a specified workflow for each item in the list, with the current item sent as an input...

enhancement
elsa 3