优化ReadyToWorking逻辑

This commit is contained in:
zengwenjie
2025-09-19 18:57:11 +08:00
parent 7fd0977d2d
commit 44d9559506

View File

@@ -72,6 +72,8 @@ namespace Deedy.Activity
public new void ReadyToWorking(IElement? element = null, Output? output = null)
{
this.Help_BuildParamMapping(output);
if (element is ICombinedElement combinedElement)
combinedElement.Help_CombineElements();
this.LinkTo(element);
if (this is IContainerElement container)