为保证action中getFormObject(context)可取得页面提交数据,在webflow配置文件中每次从view-state跳转到action-state都必须 先调用validator的bindAndValidate,主要目的是使用validator中的support将formBean对象“注入”,从而保证formBean对象在整个flow流程中的一致性。 3. Js
origin: org.flowable/flowable-engine ProcessEngineConfigurationImpl.initAsyncHistoryExecutor() if (asyncHistoryExecutor.getJobServiceConfiguration() == null) { asyncHistoryExecutor.setJobServiceConfiguration(jobServiceConfiguration); if (asyncHistoryExecutor.getJobServiceConfiguration() ==...
protected void scale(DefaultAsyncJobExecutor jobExecutor) { jobExecutor.setQueueSize(JOB_EXECUTOR_QUEUE_SIZE); jobExecutor.setCorePoolSize(JOB_EXECUTOR_CORE_POOL_SIZE); jobExecutor.setMaxPoolSize(JOB_EXECUTOR_MAX_POOL_SIZE); } origin: org.flowable/flowable-engine ProcessEngineCo...
<flowable.osgi.import.flowable.version>version="[$(version;==;${flowable.osgi.version.clean}),$(version;=+;${flowable.osgi.version.clean}))"</flowable.osgi.import.flowable.version> <flowable.osgi.import.strict.version>version="[$(version;===;${flowable.osgi.version.clean}),$(versi...