nodejs와 통합 노드 JS간단한 예를 들어 내가 camunda에서 BPMN 다이어그램 아래의 실행과 함께 구현하는 내 응용 프로그램에서 사용하려는
내가 읽은이 예제 구현 :
을 https://github.com/camunda/camunda-bpm-examples/tree/master/sdk-js/nodejs
나는 camunda 엔진 받침대에 연결하고이 같은 camunda API를 호출 할 수 있습니다
을var CamSDK = require('camunda-bpm-sdk-js');
var camClient = new CamSDK.Client({
mock: false,
// the following URL does not need authentication,
// but the tradeof is that some requests will fail
// e.g.: some filters use the reference to the user performing the request
apiUri: 'http://localhost:8080/engine-rest'
});
var processDefinitionService = new camClient.resource('process-definition');
var processInstanceService = new camClient.resource('process-instance');
var filterService = new camClient.resource('filter');
var deploymentService = new camClient.resource('deployment');
하지만 난이 시나리오