GrailsFlow

Group GrailsFlow Actions.

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major 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.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    11/Mar/10 12:54 PM
    Updated:
    22/Feb/11 8:49 AM
    Resolved:
    22/Feb/11 8:48 AM