We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c79217 commit 1e591ebCopy full SHA for 1e591eb
1 file changed
README.md
@@ -21,6 +21,14 @@ The `ExternalWorkerClient` accepts as a parameter `auth` an implementation of `r
21
There are default implementations for example for basic authentication e.g. `HTTPBasicAuth("admin", "test")`.
22
Flowable offers a bearer token implementation `FlowableCloudToken` which allows to specify an access token to the Flowable Cloud offering.
23
24
+## Installation
25
+
26
+To install the external worker library, execute the following command:
27
28
+```
29
+pip install flowable.external-worker-client
30
31
32
## Sample
33
34
### Cloud
0 commit comments