Skip to content

Commit 226936f

Browse files
authored
Add process instance modification
1 parent 506458a commit 226936f

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
@@ -71,4 +71,9 @@ public function getEndEventId()
7171
{
7272
return optional(Arr::first($this->get('history/activity-instance/?processInstanceId=' . $this->id . '&activityType=noneEndEvent')))->activityId;
7373
}
74+
75+
public function modify($data)
76+
{
77+
return $this->post('modification', $data,true);
78+
}
7479
}

0 commit comments

Comments
 (0)