All Downloads are FREE. Search and download functionalities are using the official Maven repository.

StateMachine.JbpmProcess.vsl Maven / Gradle / Ivy

The newest version!
#macro(nameOfTarget $state)
#if($state.actionType && $state.isImplicitJoin())artificial_join_for_${state.mappingInfo.persistentName}#elseartificial_join_for_${state.mappingInfo.persistentName}#end
#end
#if(!$stateMachine.isProcess())
#set($shouldGenerate=false)
#else

#set($shouldGenerate=true)
#set($regionContainer = $stateMachine)
#parse("StateMachine/RegionContainer.vsf")

#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy