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:
name
of the template was picked up fromConnectorConfig.name
zeebe:taskDefinition:type
was set toConnectorConfig.type
(not visible in Modeler).duration
field of theSleepConnector
was converted into azeebe:input
property.- A
zeebe:taskHeader
with key 'resultVariable' was added to allow users define the name of the variable where the output of theLogConnector.run
method will be stored. - A 'Message name' and 'Correlation key' inputs were added.