Skip to content

Commit

Permalink
popup workflow reject message populating jsonPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharanidk committed May 22, 2024
1 parent 6b0a6b6 commit 8938316
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2103,6 +2103,7 @@ public static WorkflowResponseDTO toWorkflowResponseDTO(LifecycleStateDTO lifecy
workflowResponseDTO.setWorkflowStatus(WorkflowResponseDTO.WorkflowStatusEnum.CREATED);
}

workflowResponseDTO.setJsonPayload(stateChangeResponse.getWorkflowResponse().getJSONPayload());
workflowResponseDTO.setLifecycleState(lifecycleStateDTO);
return workflowResponseDTO;
}
Expand Down

0 comments on commit 8938316

Please sign in to comment.