Skip to content

Commit 1c7de2a

Browse files
committed
change Flowable Cloud to Flowable Trial
1 parent 21ac1b9 commit 1c7de2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ npm install @flowable-oss/external-worker-client
3131

3232
## Sample
3333

34-
### Cloud
34+
### Flowable Trial
3535

36-
The usage with Flowable Cloud is simpler, since everything is pre-configured.
36+
The usage with Flowable Trial is simpler, since everything is pre-configured.
3737
However, it's required to either use the user credentials or to pre-configure a personal access token.
3838

3939
```javascript

src/external-worker-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class ExternalWorkerClient {
1616
constructor(params: ExternalWorkerClientParams) {
1717
const restClientParams = {
1818
...params,
19-
flowableHost: params.flowableHost || 'https://cloud.flowable.com/work',
19+
flowableHost: params.flowableHost || 'https://trial.flowable.com/work',
2020
workerId: params.workerId || 'js-worker-' + Math.random().toString(26).slice(2)
2121
}
2222
this._restClient = new FlowableExternalWorkerRestClient(restClientParams);

0 commit comments

Comments
 (0)