Needs work
Project:
Transformations
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Apr 2009 at 14:52 UTC
Updated:
26 Jul 2010 at 20:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
sepgil commentedMade a patch for the requested feature.
It works like the Import/Export from rules, but there is also the option to export single pipelines(thought that would be practically).
Comment #2
amitaibuThere are lots of tabs in the patch. we'll test it when I have a chance
Comment #3
jpetso commentedBefore import/export forms can go in, the patch needs to solve the problem of exporting sub-pipelines (ones that are contained in Pipeline or For-Each Loop operations, or other operations that might store pipelines as arguments). Currently the export functionality stores those pipelines as embedded pipelines, which cannot be edited with the current UI after importing. Thus, a proper export mechanism would probably export multiple pipelines at once - the actually exported pipeline and all of its sub-pipelines as well.
Comment #4
mitchell commented#3: Would Rules 2's looping support and the transformer action help with this?
Comment #5
jpetso commentedRules 2 is generally the way to go. Transformations is not being actively developed at the moment, so if you can find a solution elsewhere (Rules rules!), all the better.