Fix CompositeActivity handling of child output
This commit is contained in:
parent
720ad7fe6c
commit
42e5b3d31f
|
|
@ -33,7 +33,7 @@ namespace Elsa.Services
|
|||
IsScheduled = false;
|
||||
await OnExitAsync(context);
|
||||
|
||||
var finishOutput = context.GetInput<FinishOutput>();
|
||||
var finishOutput = context.Input as FinishOutput;
|
||||
var outcomes = new List<string> { OutcomeNames.Done };
|
||||
var output = default(object?);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue