From 57bdce03eb4c91cf420ccedd39867f98b3729fba Mon Sep 17 00:00:00 2001 From: Iain Harfield Date: Fri, 14 Dec 2018 19:01:34 +0000 Subject: [PATCH] Update items.toml (#447) --- showcases/data/items.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/showcases/data/items.toml b/showcases/data/items.toml index f93f9e3e3..860bc572a 100644 --- a/showcases/data/items.toml +++ b/showcases/data/items.toml @@ -680,3 +680,12 @@ url = "https://github.com/mmussett/flogo-components/tree/master/trigger/ecls" uploadedon = "November 1, 2018" author = "mmussett" showcase = "true" + +[[items]] +name = "Execute a shell script" +type = "activity" +description = "This activity execute a shell script with optional parameters and consume the script response." +url = "https://github.com/iainharfield/flogo/tree/master/activity/runshellscript" +uploadedon = "December 14, 2018" +author = "iharfiel" +showcase = "true"