Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Request Controller:Albers, Stephan
-
External Supervisor:Please select
-
Executing Programmer:Please select
Description
Currently, all Actions are stored in one folder, that is configured in the applicationContext via actionsPath bean:
<bean id="actionsPath" class="java.lang.String"> <constructor-arg value="flow/ssm/actions"/> </bean>
In some apps we already have more than 60 Actions and the amount of them will be increased. If all Actions are stored in one folder, it's hard to view, so we need sub-folders:
../<actionFolder> - FileLocations -- CopyFileAction -- MoveFileAction -- RemoveFileAction - Transformations -- XSLTTransfotmationAction -- XEMATTransfotmationAction -- .. - Conversion --.. - Version --.. - ...
In the GrailsFlow Process Editor we then can Group Actions by behavior/folder.