diff --git a/showcases/data/items.toml b/showcases/data/items.toml index d4837387d..245928579 100644 --- a/showcases/data/items.toml +++ b/showcases/data/items.toml @@ -428,4 +428,13 @@ description = "Activity for getting and setting Environment Variables." url = "https://github.com/mmussett/flogo-components/tree/master/activity/env" uploadedon = "May 11, 2018" author = "mmussett" -showcase = "true" \ No newline at end of file +showcase = "true" + +[[items]] +name = "Randon number activity" +type = "activity" +description = "Activity to generate a random number value given a distribution type: Normal, Uniform, Triangular or Exponential" +url = "https://github.com/ecarlier-tibco/flogo/tree/master/activity/numdatasim" +uploadedon = "June 13, 2018" +author = "ecarlier-tibco" +showcase = "true"