优化ReadyToWorking逻辑
This commit is contained in:
@@ -72,6 +72,8 @@ namespace Deedy.Activity
|
|||||||
public new void ReadyToWorking(IElement? element = null, Output? output = null)
|
public new void ReadyToWorking(IElement? element = null, Output? output = null)
|
||||||
{
|
{
|
||||||
this.Help_BuildParamMapping(output);
|
this.Help_BuildParamMapping(output);
|
||||||
|
if (element is ICombinedElement combinedElement)
|
||||||
|
combinedElement.Help_CombineElements();
|
||||||
|
|
||||||
this.LinkTo(element);
|
this.LinkTo(element);
|
||||||
if (this is IContainerElement container)
|
if (this is IContainerElement container)
|
||||||
|
|||||||
Reference in New Issue
Block a user