|
@@ -68,6 +68,8 @@ public class SampleUpdateFlow extends FlowDelegate {
|
|
|
public Long start(Long flowId, JSONObject submitData) {
|
|
|
|
|
|
SampleDto newSample = submitData.toJavaObject(SampleDto.class);
|
|
|
+
|
|
|
+ newSample.setFlowId(flowId);
|
|
|
|
|
|
|
|
|
Sample byId = sampleService.getById(newSample.getOldSampleId());
|