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
Connectors can be accessible via the Cherry `Definition` page.
148
151
149
152
Multiple functions are available if the connectors come from the marketplace or additional Cherry methods are implemented.
@@ -169,27 +172,22 @@ Open the ZIP file, and upload content on the Desktop modeler, path `resources\el
169
172
170
173
It's possible to upload the file on the Web Modeler.
171
174
172
-
# For the Developer
173
175
174
-
Cherry runtime can run any connector.
175
-
The connector must include some extra methods to allow the Business Developers to access new functions, like the documentation.
176
176
177
-
The second advantage of implementing this method is element-template generation.
178
-
When Inputs and Outputs are explained, the Cherry runtime can generate the element template and hide the complexity.
177
+
# For Developers
179
178
180
-
Cherry runtime has more critical features for the developers:
181
-
* The Cherry runtime controls the contract. If a variable is mandatory, the Framework controls its existence. On the Execute() method, the developer does not need to worry about the variable.
182
-
* if the connector declares a BPMN Error, the glue between the code and the throw is taken in charge by the Cherry runtime.
179
+
The Cherry runtime can run any connector or worker. This execution host is called a runner.
183
180
184
-
The Cherry runtime manages execution, and many administrative functions are included: starting/stopping, changing the number of threads, and getting statistics on execution.
181
+
A runner extends the base connector/worker with extra capabilities aimed at Business Developers: built-in documentation access and, critically, element-template generation.
182
+
Once Inputs and Outputs are declared on a connector, the runner can generate the corresponding element template automatically, hiding that complexity entirely.
185
183
186
-
Check the [Developer guide](doc/DeveloperGuide/README.md)
184
+
Read the [Developer guide](doc/DeveloperGuide/README.md)
187
185
188
186
189
187
# Internal tip
190
188
191
189
## Create the Docker image
192
-
Because the library contains Java and React script, to deploy it, the machine must have two environments
190
+
The library contains Java and React script. To deploy it, the machine must have two environments
0 commit comments