Skip to content

Enable concatenation of flows #102

@mgeipel

Description

@mgeipel

@NAME is used as a place holder. This allows for joining of several flows. The pattern can be used to implement an equivalent of an SQL join.

"A"|
template("${o}")|
template("x${o}")|
@X;

"B"|
template("x${o}")|
@X;

@X|
template("${o}")|
write("stdout");

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions