Metadata variables
Last updated
Was this helpful?
Payload metadata variables (known as meta-variables) can be added by custom scripts and the set variables shape.
There may be times when you need to define variables or parameters for a process flow step using values from the incoming payload metadata. This can be achieved using a specific payload syntax in the process flow connection shape.
Payload metadata cannot exceed 10240 bytes. Exceeding this limit will cause the process flow to fail on the associated step.
Meta-variable values are string values.
Payload metadata can be accessed via a variable or parameter field using the syntax below:
[[meta.unique_key]]For example:
[[meta.id]]
When a payload is passed to a 'child' process flow via the run process flow shape, meta variables are included.
Last updated
Was this helpful?
Was this helpful?