Skip to content

Commit

Permalink
Fix wrong array key
Browse files Browse the repository at this point in the history
  • Loading branch information
xunto committed Jan 20, 2017
1 parent 4e78927 commit 9c9eb24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Workflow/WorkflowManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public function findProcess($id)
'id' => $id
]);

$data = $data['entry'];

$process->setId($id);
$process->setProcessDefinitionKey($data['processDefinitionKey']);
$process->setBusinessKey($data['businessKey']);
Expand Down

0 comments on commit 9c9eb24

Please sign in to comment.