Introduce the metadata
property to tasks
and other concepts
#945
Labels
area: spec
Changes in the Specification
change: feature
New feature or request. Impacts in a minor version change
Milestone
What would you like to be added:
As discussed in #928, there are a few use cases where metadata information is useful such as when designing a graphical interface for representing the DSL.
This field must not change the behavior of the workflow in runtime. For example: adding additional properties to a function call that only the given implementation would understand. The metadata information must describe static information regarding the workflow definition, not changing in any matter its behavior.
Why is this needed:
Several times users and community members faced a situation where some dynamic data could be added to the DSL to facilitate some parts of an implementation and there was no room for it in the current DSL version.
Apart from the obvious include to the
task
object, other parts of the DSL must be assessed.The text was updated successfully, but these errors were encountered: