Tracy Li

Results 23 comments of Tracy Li

Nice to have feature. sometimes it is useful to debug a big flogo.json

There is a use case that query salesforce approval object and return the status of the record with description. Here is the status and expect return messages: ``` Submitted ->...

@mellistibco @fm-tibco please add your comments and suggestions.

Thanks, @mellistibco, it makes sense. I thinking about to add an activity to support this. BTW, I created #263 to support nested ternary expression.

Check with #178 to add this into documentation.

@yxuco This feature only for specifying the version of flow and core right? We do have an option `--cv` to specify the core version. what exactly the issue or use...

Object functions Get object Keys. -> object.keys(obj) Get object values. -> object.values(obj) Get value -> object.get(object, "key") Set value -> object.set(obj, key, value) length -> object.length(obj)

We should also consider to add below array enhancement functions 1. Seach value in the array and return index 2. Delete an element from the array by value

@niejunhao Could you please accept CLA and we can merge this into master?