Skip to content

Maximum number for scheduled workflows set to 10 ?

Just while debugging an issue came through this:

modules\com_vtiger_workflow\VTWorkflowManager.inc, Line 112

	function getMaxAllowedScheduledWorkflows() {
			return 10;
		}

Is there any particular reason why max number of the scheduled workflows are set to 10 ?