Skip to content

Commit

Permalink
Merge pull request #12448 from Tharanidk/workflow
Browse files Browse the repository at this point in the history
Add workflow reject/approve message
  • Loading branch information
Tharanidk committed May 23, 2024
2 parents 624d9c3 + 8938316 commit 293d723
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2108,6 +2108,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 293d723

Please sign in to comment.