From f397e936817a724fdb886e3eb537ea9d4a737384 Mon Sep 17 00:00:00 2001 From: retgits Date: Thu, 29 Mar 2018 15:15:35 -0700 Subject: [PATCH] Updated description of actreply, actreturn and reply --- activity/actreply/README.md | 2 +- activity/actreturn/README.md | 2 +- activity/reply/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/activity/actreply/README.md b/activity/actreply/README.md index a7538f23..ce15a860 100755 --- a/activity/actreply/README.md +++ b/activity/actreply/README.md @@ -4,7 +4,7 @@ weight: 4601 --- # Reply -This activity allows you to reply to a trigger invocation and map output values. +This activity allows you to reply to a trigger invocation and map output values. After replying to the trigger, this activity will allow the flow to continue further. ## Installation ### Flogo Web diff --git a/activity/actreturn/README.md b/activity/actreturn/README.md index 8bc26d90..adbf7907 100755 --- a/activity/actreturn/README.md +++ b/activity/actreturn/README.md @@ -4,7 +4,7 @@ weight: 4602 --- # Return -This activity allows you to reply to a trigger invocation immediately and map output values. +This activity allows you to reply to a trigger invocation and map output values. After replying to the trigger, the flow ends (this will be the last actvity in your flow). ## Installation ### Flogo Web diff --git a/activity/reply/README.md b/activity/reply/README.md index 049568c5..a40c83a8 100755 --- a/activity/reply/README.md +++ b/activity/reply/README.md @@ -4,7 +4,7 @@ weight: 4617 --- # Reply (Legacy) -This activity has been deprecated and will be removed in a future release. Please use `actreply` or `actreturn` +This activity has been deprecated and will be removed in a future release. Please use [actreply](../actreply) or [actreturn](../actreturn) ## Installation ### Flogo Web