Scenario:
What is Worklet?
Solution:
Worklet is a set of reusable
sessions. We cannot run the worklet without workflow.
If we want to run 2 workflow one
after another.
·
1. If both workflow exists in same folder we can create 2 worklet rather
than creating 2 workfolws.
·
2. Finally we can call these 2 worklets in one workflow.
·
3. There we can set the dependency.
4. If both workflows exists in different folders or repository then we
cannot create worklet.
· 5. We can set the dependency between these two workflow using shell
script is one approach.
6. The other approach is event wait and event rise.
Comments
Post a Comment