Shypyard Trigger

Trigger other tasks

const shypyard = libs.shypyard.get();
await shypyard.trigger('xxxxx' /* taskID*/ , {topic: 'test', data: {}})

Trigger same task

const shypyard = libs.shypyard.get();
await shypyard.triggerSelf({topic: 'test, data: {}})

Last updated