In the image attached you can see the required components for an Active Learning simulation. You were close, but let me explain the role of each block.
ConfigurationTable: This will hold the starting configurations for the MD run. It can be a single configuration, or many, in which case multiple MD simulations will be run.
Load Table: This is the key step that tripped you up. It is defined from a "Load from file" block, and needs to load a file containing the original training sets. You only run an AL simulation when you already have a base MTP, and the AL uses the original training data in the refitting. To prepare this file, you need to
a) Right-click the "mtp" object in the HDF5 file from the original MTP fitting and choose Export as>TrainingSet (this can take some time!)
b) Next, right-click the TrainingSet object in the newly created file and again do Export as, this time as Table.
The second file created is the one you Load from file in the AL workflow. The reason for this workflow is that you can use it to combine several training sets into one table, and all will be combined and used for the AL.
After that you should be able to add, same as you already did, the NonLinearCoefficientsParameters, MTPFittingParameters, ActiveLearningSimulation and ActiveLearningMD.
However, note that the calculator you insert in the workflow should be the one which will be used to calculate energy, forces and stress for the newly added configurations discovered by the AL, so typically this should be a DFT calculator. Also, it should not be a "Set Calculator" block (which attaches the calculator to a configuration) but rather the Auxiliary>Calculator block which only defines the calculator itself.
I hope you get this to work, but I'll be happy to answer further questions.