Wrapper for .net

Hi All,

Is there any .net wrapper available to use Flowable ? I am new to flowable and just now learnt to create tasks and process using flowable modeler.

Now i want to use it from .net code. I know there is something for Activiti but not sure about Flowable.

Thanks in advance.

Hi Imran.

Not that I’m aware of. But; you perhaps you can use the Swagger definitions for generating .Net client code.
These definitions are generated during the build. So they are not in GitHub.
But they are included in the flowable-rest.war. (included in the release zip).
If you take a look inside you’ll find them in “/docs/specfile”.

Hope this helps.

Regards,

Yvo

from .net code you can operate flowable application with flowable-rest api exposed calls right