[BUG-13269] SFC Enclosing chart element not working

SFC Enclosing chart not working.

Steps to reproduce:

Create simple chart with only the begin and end called ChartA.

Create another chart called ChartB with 3 elements, begin, the Enclosing chart (pointed to ChartA) and end.

When ChartB starts, it is immediately aborted with the following error reported on the GW:

com.inductiveautomation.ignition.common.project.ProjectNotFoundException: project not found: project not found: run-always-charts
at com.inductiveautomation.ignition.gateway.project.BaseProjectManager.getProject(BaseProjectManager.java:149)
at com.inductiveautomation.ignition.gateway.project.ProjectManagerBase.getProject(ProjectManagerBase.java:228)
at com.inductiveautomation.sfc.ChartManager.startChart(ChartManager.java:602)
at com.inductiveautomation.sfc.elements.steps.enclosing.EnclosingStep.activateStep(EnclosingStep.java:113)
at com.inductiveautomation.sfc.elements.StepContainer.onActivateRequested(StepContainer.java:142)
at com.inductiveautomation.sfc.fsm.element.ElementInactive.action(ElementInactive.java:35)
at com.inductiveautomation.sfc.fsm.element.ElementInactive.action(ElementInactive.java:8)
at com.inductiveautomation.sfc.fsm.StateContext.lambda$handleEvent$0(StateContext.java:49)
at com.inductiveautomation.sfc.api.ExecutionQueue$ThrowableCatchingRunnable.run(ExecutionQueue.java:146)
at com.inductiveautomation.sfc.api.ExecutionQueue$PollAndExecute.run(ExecutionQueue.java:120)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

What project did you create these 2 charts in?

Nevermind, I can reproduce.

This issue should be fixed in the newest build.
Let us know if you continue to see this behavior after upgrading.