# an example to use camunda rest api to complete task
use Camunda\Entity\Request\TaskRequest;
use Camunda\Service\TaskService;
$host = 'http://localhost:8080/engine-rest';
$taskRequest = new TaskRequest();
$taskService = new TaskService($host);
$taskId = '8cd376cc-bf7f-11e7-a6e2-005056c00008';
echo $taskService->complete($taskId, $taskRequest);
-
Notifications
You must be signed in to change notification settings - Fork 14
Restful client of Camunda written in PHP
License
endpot/camunda-rest-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Restful client of Camunda written in PHP
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published