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
[](https://maven-badges.herokuapp.com/maven-central/dev.bpm-crafters.process-engine-adapters/process-engine-adapter-camunda-platform-c7-bom)
If you start with a Camunda Platform 7, operated remotely, the following configuration is applicable for you.
6
+
7
+
First of all add the corresponding adapter to your project's classpath. In order to connect to remote engine,
8
+
you will need to use some client. Assuming you are using Camunda Hub extension [camunda-platform-7-rest-client-spring-boot](https://github.com/camunda-community-hub/camunda-platform-7-rest-client-spring-boot),
9
+
you will also need to add some additional libraries. Here is the result:
Copy file name to clipboardExpand all lines: engine-adapter/adapter-testing/src/main/kotlin/dev/bpmcrafters/processengineapi/test/BaseGivenWhenStage.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,9 @@ class BaseGivenWhenStage : Stage<BaseGivenWhenStage>() {
86
86
87
87
88
88
fun`a active external task subscription`(taskDescriptionKey:String) = step {
Copy file name to clipboardExpand all lines: engine-adapter/c7-embedded-core/src/main/kotlin/dev/bpmcrafters/processengineapi/adapter/c7/embedded/correlation/CorrelationApiImpl.kt
0 commit comments