Hi everyone,
My question is , is there any inbuilt client provided by flowable so that we can call flowable services without using jersey rest api for flowable and directly calling flowable client that will in turn invoke flowable services.
Hi Martin,
I wanted something which would eliminate the dependency on external API like REST api. Is there a possibility that we could use some api provided by flowable itself for client
When you have a look into the flowable-rest module, each REST resource is annotated with swagger annotations. Client libraries can be generated with swagger tools from these annotations.