GrailsFlow

Support temporary variables in Processes

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: None
  • Fix Version/s: 1.0
  • Component/s: None
  • Labels:
    None
  • Request Controller:
    Albers, Stephan
  • External Supervisor:
    Staskov, Ivan

Description

Won't be implement.
Since actions section currently contains groovy code (see GFW-235) temporary variables are supported as part of groovy code.

action {
  def tempVar = "Temporary Variable"
  Log(message: "${tempVar}")
}

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    18/Feb/10 12:34 PM
    Updated:
    22/Feb/11 8:36 AM
    Resolved:
    22/Feb/11 8:36 AM