Skip to content

Commit

Permalink
change Flowable Cloud to Flowable Trial
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner authored and filiphr committed Sep 26, 2024
1 parent 3264920 commit 48c777b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ There are two ways that the application can be authenticated with a Flowable ins
* Using HTTP Basic authentication with a provided username and password, as shown in the example above.
* Using HTTP Bearer authentication with a provided access token. In that case the `.basic` properties are replaced by the `flowable.external.worker.rest.authentication.bearer.token=myTokenValue` property.

### Flowable Cloud
### Flowable Trial

Connecting an external worker to the Flowable Cloud is simpler, since everything is pre-configured.
Connecting an external worker to the Flowable Trial is simpler, since everything is pre-configured.
It's required to either use the user credentials or to pre-configure a personal access token, for example:


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ExternalWorkerRestProperties implements InitializingBean {
/**
* The base URL of the Flowable application.
*/
private String baseUrl = "https://cloud.flowable.com/work/";
private String baseUrl = "https://trial.flowable.com/work/";

/**
* The context path of the External Job REST API
Expand Down

0 comments on commit 48c777b

Please sign in to comment.