Search this blog

Friday 2 March 2012

Operators that deserve to be better known: part II

Execute Process

This operator allows an entire process to be run from within another. This is good if you want to break a large process into smaller and more understandable chunks. It also encourages re-use of previously created processes especially if macros are used as parameters to control the behaviour of the called process.

The process to be run can be stored in a repository located on a different computer although the process runs on the local computer.

No comments:

Post a Comment