In ProtoFlux's ExecutionContext and its derivatives, nodes that perform a discrete action require an impulse to execute. For example, duplicating a slot can't trigger whenever it wants--it would be impossible to control such a thing. As such, a special input *
of type Call is used to trigger the action. This chain can then be continued via the Next
output.