You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,9 +97,9 @@ There are two ways that the application can be authenticated with a Flowable ins
97
97
* Using HTTP Basic authentication with a provided username and password, as shown in the example above.
98
98
* 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.
99
99
100
-
### Flowable Cloud
100
+
### Flowable Trial
101
101
102
-
Connecting an external worker to the Flowable Cloud is simpler, since everything is pre-configured.
102
+
Connecting an external worker to the Flowable Trial is simpler, since everything is pre-configured.
103
103
It's required to either use the user credentials or to pre-configure a personal access token, for example:
Copy file name to clipboardExpand all lines: workers/spring/autoconfigure/src/main/java/org/flowable/external/worker/spring/boot/ExternalWorkerRestProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ public class ExternalWorkerRestProperties implements InitializingBean {
0 commit comments