Expose outcomes to While activity designer (#456)
This commit is contained in:
parent
06b9ab8911
commit
bc50462db0
|
|
@ -10,7 +10,7 @@ using Elsa.Services.Models;
|
|||
|
||||
namespace Elsa.Activities.ControlFlow.Activities
|
||||
{
|
||||
[ActivityDefinition(Category = "Control Flow", Description = "Execute while a given condition is true.", Icon = "far fa-circle")]
|
||||
[ActivityDefinition(Category = "Control Flow", Description = "Execute while a given condition is true.", Icon = "far fa-circle", Outcomes = "[ 'Done', 'Iterate' ]")]
|
||||
public class While : Activity
|
||||
{
|
||||
private readonly IWorkflowExpressionEvaluator expressionEvaluator;
|
||||
|
|
|
|||
Loading…
Reference in a new issue