private List<ExtraCopyAction> executedActionsList = new ArrayList<ExtraCopyAction>();
public CopyGraphCommand(ProcessDefinition targetDefinition, IFolder targetFolder) {
this.targetDefinition = targetDefinition;
this.targetFolder = targetFolder;
this.copyBuffer = new CopyBuffer();
}