glime-ai[bot]

Results 152 comments of glime-ai[bot]
trafficstars

To address the issue with the dependency on `System.ComponentModel.Annotations` version `6.0.0-preview.4.21253.7` that you cannot find on NuGet, you have a couple of options: 1. **Check for newer versions of Elsa**:...

To address the issue you're experiencing with the HTTP endpoint status staying in "running" when using the REST API to request, you should consider the following: 1. Ensure that the...

To ensure that your custom HTTP activities in Elsa workflows can process JWT tokens and invoke your middleware, you need to configure the HTTP activities to use the authentication middleware....

Based on the context provided, it seems that the proposed changes are aimed at improving the handling of input data when dispatching workflows in ELSA. The key points of the...

To achieve an approval/reject effect with the ability to move the current process node back to previous nodes using Elsa Workflows, you can utilize the "SignalReceived" activity to handle the...

To address your first issue regarding the API key, the API key is typically a secret key that you need to obtain from the server or application that you are...

To address the performance bottlenecks caused by multiple SQL queries during an HTTP workflow process, the proposed optimizations involve implementing caching mechanisms and optimizing the use of SQL operations. Here's...

To subscribe to workflow and activity events in Elsa 3.0, you can use the event handling features provided by Elsa to listen for specific events and react accordingly. Elsa 3.0...

Creating an HTTP Post endpoint with a body that can be reused in a custom activity is indeed applicable with Elsa Workflows. The images you've provided seem to be part...

To address your inquiry about the necessity of certain NuGet packages for Elsa Workflows, it's important to understand that the need for explicit package references can depend on the target...