engine icon indicating copy to clipboard operation
engine copied to clipboard

Add node reference system to process node result as well

Open NicolasMahe opened this issue 5 years ago • 3 comments

We should also implement it on the node of type result as they are also linked to an execution so the outputs can be read at anytime.

NicolasMahe avatar Dec 17 '19 10:12 NicolasMahe

Hasn't it already done by @antho1404, has it?

krhubert avatar Dec 19 '19 15:12 krhubert

Now we can reference a trigger with the direct child only, we should be able to reference a result trigger from any node. It shouldn't be complicated tho, just a check on the type if it's a task or a result.

antho1404 avatar Dec 20 '19 01:12 antho1404

attempt done in https://github.com/mesg-foundation/engine/pull/1740

NicolasMahe avatar Mar 24 '20 04:03 NicolasMahe