Job rule sets
Another way to add business logic for jobs and workflows is through rule sets. You can use rules to check for a simple set of conditions and then follow with a set of simple actions. Rule sets are grouped by function for the purpose of customizing a process, such as a submission, to follow established business procedures.
Note: Instead of using rules, you can
also add your business logic in the Gosu job process code. Inserting
logic in the job code allows for a more centralized job flow and is easier
to debug. The default application puts most of the business logic in
the Gosu job process code.
See also
