Generate inbound template
We can create a template for SleepConnector using
$ generate_template example.SleepConnector example/sleep.json
Generated template for example.SleepConnector
Tip
For more info on template generation see Generate outbound template.
Template conversion
SleepConnector class have been converted to a template:
nameof the template was picked up fromConnectorConfig.namezeebe:taskDefinition:typewas set toConnectorConfig.type(not visible in Modeler).durationfield of theSleepConnectorwas converted into azeebe:inputproperty.- A
zeebe:taskHeaderwith key 'resultVariable' was added to allow users define the name of the variable where the output of theLogConnector.runmethod will be stored. - A 'Message name' and 'Correlation key' inputs were added.
