dapr-logicapps-extension
dapr-logicapps-extension copied to clipboard
Run Cloud Native workflows on any environment using Dapr
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
I was able to get a workflow to work if it has a manual trigger but if I just want a recurrence trigger it loads correctly but I don't get...
Hi, I run successfull workflow1 but **workflow2** report this error: ```json { "error": { "code": "NoResponse", "message": "The server did not received a response from an upstream server. Request tracking...
Hi, https://github.com/dapr/workflows#readme needs to be updated? Dapr CLI not working: `dapr run --app-id workflows --protocol grpc --port 3500 --app-port 50003 -- dotnet run --workflows-path ../../samples` Gives error "unknown flag" on...
Ability to use the Azure managed connectors (currently only the built-in connectors and actions are available). Managed connectors provide triggers and actions for accessing cloud services, on-premises systems, including Office...
Hi, With the Logic Apps public preview release, we now have the capability to locally design a logic app in VS Code. It also offers a designer. Do you have...
Q: Is there a relationship between the Logic Apps Preview that runs in Docker: https://docs.microsoft.com/en-au/azure/logic-apps/create-stateful-stateless-workflows-visual-studio-code?s=09 and Dapr Workflows which allows running Logc Apps workflows https://github.com/dapr/workflows ? A: Dapr Workflows runs...
Hello, According to your samples and my tests, I have the impression that the workflow execution itself is fully synchronous, unlike the MS hosted logic apps that returns an tracking...
Issue #60 describes the problem. I went through the sample but renamed the workflow file for some reason. Instead of calling it workflow1.json (thus ending up with the following URL...
A typed Logic Apps Action would provide a more natural Logic Apps experience to the developer rather than simply using http calls onto Dapr. This is a better developer experience...