2017 © Pedro Peláez
 

library camunda-rest-client

camunda rest client

image

endpot/camunda-rest-client

camunda rest client

  • Wednesday, July 11, 2018
  • by HunterXuan
  • Repository
  • 1 Watchers
  • 5 Stars
  • 62 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 63 % Grown

The README.md

camunda-rest-client

# 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);

The Versions

11/07 2018

dev-master

9999999-dev

camunda rest client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar HunterXuan

11/07 2018

v1.1.1

1.1.1.0

camunda rest client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar HunterXuan

16/12 2017

v1.1.0

1.1.0.0

camunda rest client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar HunterXuan

10/12 2017

v1.0.0

1.0.0.0

camunda rest client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar HunterXuan