Skip to content

Commit

Permalink
Adding comments
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Jul 25, 2024
1 parent 928ecb5 commit da978b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public ReprovisionWorkflowTransportAction(
protected void doExecute(Task task, ReprovisionWorkflowRequest request, ActionListener<WorkflowResponse> listener) {

String workflowId = request.getWorkflowId();

// Original template is retrieved from index, attempt to decrypt any exisiting credentials before processing
Template originalTemplate = encryptorUtils.decryptTemplateCredentials(request.getOriginalTemplate());
Template updatedTemplate = request.getUpdatedTemplate();

Expand Down

0 comments on commit da978b2

Please sign in to comment.