TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

Check for existence of output variable #196

Closed ghost closed 1 year ago

ghost commented 1 year ago

Only applicable to concrete class that extend output interface that do not require the output variable from the component persistent definition. In this case the AbstractDatabaseOutputDelegate implements Output but the DatabaseQueryTask does not require output variable for all types of its operations.