Skip to content

Adding support for passing constant values to primitives

Mitar requested to merge constant-value-pipelines into devel

Fixes #513 (closed).

This allows now one to define a primitive step with constant value as an argument, like:

"arguments": {
  "inputs": {
    "type": "VALUE",
    "data": [0, 1, 2, 3, 4]
  }
}

This should be mostly used for tests and not misused.

Edited by Mitar

Merge request reports