Skip to main content

External Worker Client

Introduction

Flowable has the External Worker Tasks that allow you to execute custom logic by polling Flowable with your own custom code. The External Worker Client is a set of libraries for different programming languages that make it easier to implement the custom logic. Currently, Flowable provides the following external worker clients:

Authentication with Flowable Cloud

All the clients by default are configured to work with the Flowable Cloud https://cloud.flowable.com. The only thing that should be done is to create an access Token as explained in the Flowable Access Tokens section of the Security guide and use that in your external worker client.