You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2018-03-23 07:45:56.228 ERROR [function] - Execution failed forfunction[string.concat] error - No functionstring.concat found
2018-03-23 07:45:56.228 ERROR [engine] - Execution failed forActivity[Log Message (2)]in Flow[Eval] - Expression mapping failed, due to Execution failed for mapping [string.concat("Photo URL: ", $activity[rest_2].result.photoUrls[0])] due to error - No functionstring.concat found
2018-03-23 07:45:56.228 ERROR [flowmodel-simple] - Error evaluating activity 'log_4'[github.com/TIBCOSoftware/flogo-contrib/activity/log] - Expression mapping failed, due to Execution failed for mapping [string.concat("Photo URL: ", $activity[rest_2].result.photoUrls[0])] due to error - No functionstring.concat found
The text was updated successfully, but these errors were encountered:
ok... we will need to fix that, since the functions aren't a contribution and they are in lib... This also means that you cannot build from webui using functions, as you'll have no way to add the import...
We need to register the default functions. If they are in lib the cli shouldn't need to do something special to import it... Will keep this open as a bug.
Trying to use the string.concat mapper function, as follows in the app json:
The following error is thrown:
The text was updated successfully, but these errors were encountered: