Code Monkey home page Code Monkey logo

camunda.api.client's People

Contributors

amrbadawy avatar avalente88 avatar christiankittel avatar cstaubli avatar darrenhull avatar deniseskidmore avatar diedu89 avatar evilpingu avatar flyingpie avatar freeandnil avatar gaensebluemchenritter avatar jlucansky avatar petermwood avatar sambever avatar sclstefan avatar windischb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

camunda.api.client's Issues

More methods for user

Hello, in my project I need to update and delete users. I'm ready with MR to add this methods.

Where is the process initiator set?

I found an owner in the task, but how do I set it when initiating it? It seems that I have to set the owner every time I go to the next step.

I can not find this repository in github by search

If I search "Camunda.Api.Client", I only get 3 C# repository, this project is not included. But since the original project is not maintained anymore, it's unfair for forked project lives under the shadow of it. Will remove the "forked from" help?

ExternalTaskLock uses wrong parameter name

The ExternalTaskLock class should be using the name "LockDuration" instead of "Duration". Currently the External Task lock will fail because it thinks you did not set the lock duration.

Update Refit to 6.x

Refit 6 makes System.Text.Json the default JSON serializer.
Newtonsoft.Json is slower than System.Text.Json and is replaced in many projects

Missing property in ProcessDefinitionQuery: DeployedAfter

See title - came over from the original client to find it still missing ... should be

public DateTime? DeployedAfter;

In our case we have literally thousands of workflow-definitions and have to do some checks on a regular basis, right now it takes more than a minute for a call to get all process definition info entries, which we could easily reduce if we just fetch the definitions newer than our last call. Yes, we could probably mitigate that by using the deployments endpoint, but that would mean a lot of different calls for just that information where the api already has a corresponding solution ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.