Mohamed Ali
Mohamed Ali
The way I would imagine it would be to have some sort of openapi provider, it can be a simple list in the appsettings.json or a custom provider that gives...
Do we have a way forward to implement this? I know NSwag can be used to generate client libraries at compile time. However, I'm not sure how to do it...
SQL syntax is added. Probably there are still some enhancments to be done there but need to get feedback. Python could be next. Probably notebook style python where the workflow...
I think the counter approach will face a peoblem when we have loops, because the loop can schedule the joined activity an unknown number of times. I was thinking that...
For me the main point was that currently Elsa 3 designer allows a single activity to branch to multiple subsequent activities, which I thought didn't have a clear interpretation of...
I did a quick check and found the issue here: [Source](https://github.com/elsa-workflows/elsa-core/blob/master/src/designer/elsa-workflows-studio/src/components/screens/workflow-definition-editor/elsa-workflow-settings-modal/elsa-workflow-settings-modal.tsx) ```ts onMonacoValueChanged(e: MonacoValueChangedArgs) { // Don't try and parse JSON if it contains errors. const errorCount = e.markers.filter(x =>...
Hi @sfmskywalker , I managed to get the links working after some tweaks. However, I noticed that the link for Instances under workflow definitions is not using the base path....
Elsa tries to process all versions of the workflow. So if an older version used this property and it no longer exists in the custom activity you might be getting...
In Elsa 1 we ended up writing our own HTTP middleware in order to create a custom HTTP activity. However, in Elsa 2, I think the standard activity covers most...
> @avataron Not sure if this is what you need but.. : > > If you want to customise some things in a specific activity, what you can do basically...