Skip to content

Commit 4078c4f

Browse files
authored
Update ProcessInstance.php
1 parent 3156357 commit 4078c4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Models/ProcessInstance.php

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ public function setVariable($key, $value, $type = 'String')
2020
]);
2121
}
2222

23+
public function getInfo()
24+
{
25+
return $this->get('');
26+
}
27+
2328
public function getVariable($key)
2429
{
2530
return $this->get('variables/' . $key);

0 commit comments

Comments
 (0)