Skip to content

Commit

Permalink
Update executeVsmCycle command handler to search workflowId and works…
Browse files Browse the repository at this point in the history
…tepId
  • Loading branch information
biscuitdey committed Jul 22, 2024
1 parent d273675 commit 3166a15
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export class ExecuteVsmCycleCommandHandler
}

const workstep = await this.workstepStorageAgent.getWorkstepById(
tx.workstepInstanceId,
tx.workstepId,
);

const workflow = await this.workflowStorageAgent.getWorkflowById(
tx.workflowInstanceId,
tx.workflowId,
);

try {
Expand Down

0 comments on commit 3166a15

Please sign in to comment.