UNPKG

tribe

Version:

Tribe is a platform for building rich, powerful, highly scalable distributed HTML5 web and mobile systems.

6 lines (5 loc) 255 B
require('tribe').register.flow(function (flow) { flow.startsAt('/tests/flow/one', 'test1') flow.on('topic').to('/tests/flow/two', { staticValue: 'test2' }) flow.topic('topic2').count().when(1).then(flow.to('/tests/flow/one', 'test3')) })