ke4roh / vertx-engine

An execution engine for processing things, based on vertx
Apache License 2.0
1 stars 2 forks source link

DSL Clean-up patch #67

Closed LightGuard closed 5 years ago

LightGuard commented 5 years ago

Fixes #65 I've decided not to add register and timeout to the interface. Maybe we will later, not sure.

This adds a json view of a step so that jinjava can access it using the "step" keyword. You should be able to access {{ step.name }}, {{ step.shortName }}, {{ step.register }}, {{ step.timeout }}, and {{ step.variable_name }} in jinjava now.