This activity allows your flogo application to transform JSON data. The transformation is done with kazaam (https://github.com/qntfy/kazaam).
flogo install github.com/abasse/flogojsontransformer
Inputs and Outputs:
{ "inputs":[
{
"name": "Input",
"type": "string",
"required": true
},
{
"name": "Transformation",
"type": "string",
"required": true
}
],
"outputs": [
{
"name": "result",
"type": "string"
}
]
}