Skip to content

Commit

Permalink
commented setDefinitionKey in setDeployInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciaM1 committed Nov 7, 2023
1 parent 01af452 commit cd129dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public Uni<BpmnVersion> setDeployInfo(BpmnVersionPK key, DeployResponseDto respo
bpmnVersion.setDefinitionVersionCamunda(deployedProcessInfo.getVersion());
bpmnVersion.setDeploymentId(deployedProcessInfo.getDeploymentId());
bpmnVersion.setCamundaDefinitionId(deployedProcessInfo.getId());
bpmnVersion.setDefinitionKey(deployedProcessInfo.getKey());
//bpmnVersion.setDefinitionKey(deployedProcessInfo.getKey());
bpmnVersion.setDeployedFileName(deployedProcessInfo.getName());
bpmnVersion.setDescription(deployedProcessInfo.getDescription());
bpmnVersion.setResource(deployedProcessInfo.getResource());
Expand Down

0 comments on commit cd129dd

Please sign in to comment.