Trigger another action from within an action
Given an "action A" is running and I want to call (based on conditions) different other actions (from within the same app), what is the best way to achieve this?
1) use node-fetch and the action name?
2) release an event and the other action listens to?
remark: I can't use sequencing since I don't know what the second acrion is. the second action depends on calculation in the first action.
if 2), how can I trigger such an event and how can the "listener"? update the manifest.yml?
thanks in advance for any help!
