conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

No SDK support for the Update Workflow Variables Endpoint? #95

Closed mross002 closed 7 months ago

mross002 commented 9 months ago

There appears to be an endpoint to update Workflow variables on the Swagger API page, but it's not (from what we could find) supported in the SDK, we had to add a separate method in our project to call the API directly via HttpClient rather than using the SDK. Can this be added to the SDK please? Thanks!

image
v1r3n commented 9 months ago

Hi @mross002 the new version expected to be available soon should have this. stay tuned!

v1r3n commented 7 months ago

Hi @mross002 this API is now available in the latest version that was released.

v1r3n commented 7 months ago

Hi @mross002 closing this as this was already released. Please feel free to open the issue again if you need further help.

mross002 commented 7 months ago

Thanks @v1r3n ! I saw the PR was merged Jan-10, that's great, thank you - any chance do u know when an updated nuget version will be released (latest is Jan 4 I think)?