project-flogo / contrib

Core Flogo activities, triggers and functions that are useful across the various event-driven action types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

string.substring function should with start, end not start len

lixingwang opened this issue · comments

Today the string.substring function takes the second and third argument as start and length but it should start and end.