<drools:kbase id="knowledgeBase">
<drools:resources>
<drools:resource type="DRF"
source="classpath:org/drools/container/spring/timer/flow/timer-flow.rf" />
</drools:resources>
</drools:kbase>
Can i define the resource out of the configration xml?
My flow is created by system user,before that I didn't know the path of resources and the name of the resources.