Tag: javascript

  • Relating a holon to workflow

    We can think of the multiplexed instance tree as a queuing system. The links between the workflow nodes (async functions leading from one to the next) are like (possibly conditional) links in a promise chain. In a holon, all the workflow nodes connect each other into such a chain and there can also be other…