File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
3737However, it's required to either use the user credentials or to pre-configure a personal access token.
3838
3939``` javascript
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments