ice.BPDirective :Figuring out which BPMs have been copied from our sandbox to our base environment

Btw, I’m hoping to get back to it this week, but that was pulled by one of my new tools… which I am freaking loving.

I just added this to a function and ran it…

  string bpdn = "bpdirectivesample";
  
  Konsole.DumpAsFileTextWithName(Db.BpDirective.Where(x => x.Name == bpdn).FirstOrDefault().Body, bpdn + ".xml", false);
1 Like