NPE while trying to add a step (flow) to a stage
I'm trying to add an existing flow to a step of one of my stages. When I click away (triggering a save) or click the save button I get an NPE error on the screen. I'm blocked from doing any development in this area because I can't add new flow or existing flows.
After tracing the issue I can see that the CaseTypeStages.pyStage().pyProcesses().pyFlowName is blank. This property is used on step 1 of pzSetStepTempProperties to call Obj-open. The obj-open fails because the flow name is blank. pyFlowName has a value for things that I configure previously (weeks/months ago) but for anything new it is missing.