I want to understand how can we notify a resource of a recipe from another recipe. Let me describe a scenario to explain my question.
I have 4 nodes (node1, node2, node3 and node4) and I need to perform 4 tasks (task1, task2, task3 and task4) on each node. I need to perform all the 16 tasks (4x4) in a specific order.
- Task1 on Node1
- Task1 on Node2
- Task1 on Node3
- Task1 on Node4
- Task2 on Node1
- Task2 on Node2
- Task2 on Node3
- Task2 on Node4
….
…. - Task4 on Node4
NOTE: Task1 on each node are NOT identical
Now there are 16 number of activities and execution of each of the above activity depends on the completion of previous one. I am planning to achieve this through “Notify a resource of one recipe from another resource” but I am not able to find a way how a resource of one recipe (runlist of a node) can start execution of a resource of other recipe (runlist of other node).
Thanks,
ARIF