Message Workflow Rules

Message rules are called from the user interface, for instance, by using <command type="workflowRule">.

Message rules can:

Because the view is blocked while the message rule is running, it is very important to make sure that message rules do not perform any long-running tasks, such as generating PDF reports with hundreds of pages. If the message rule must start a long-running operation, it should spin off a Job that will run in background, and immediately return to the view. The view will be able to obtain the Job status and results later, as needed.