Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 532 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 532 Bytes

Log Template

A template to log a message to the connector CLI

Build

mvn clean package

API

Input

{
  "message": ".....",
  "loggerName": "....."
}

Test locally

Run unit tests

mvn clean verify

Use the Camunda Job Worker Connector Run-Time to run your function as a local Job Worker.

Element Template

The element templates can be found in the element-templates folder.