project-flogo/catalystml-flogo

toLog operation

abramvandergeest opened this issue · 1 comments

toLog json in specification:
{
"title":"toLog",
"desc":"Writes input data to stdout by default if path provided write to file",
"input":[
{
"name":"data",
"type":"any",
"description":"data to be written",
"optional":false
}
],
"params":[
{
"name":"toFilePath",
"type":"string",
"description":"if provided data will be written to file at the provided path",
"optional":true
}
],
"output":"none"
}