Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

DigiPR/digient-service-integration

Repository files navigation

Service Integration

❗❗ This repository has been archived.

  • Spring REST / Web example
  • Apache CXF JAX-RS example
  • Apache Camel Routes (REST-to-REST)

Links:

Orchestration

Camunda REST API localhost:8080/rest/process-definition/key/order-fulfillment-orchestration/start POST:

{
  "variables": {
    "amount": {
      "value": 2000
    },
    "orderId": {
      "value": "b4775923-dd6f-4b9a-9417-77b529e187c8"
    },
    "numberOfItems": {
      "value": 15
    },
    "customerId": {
      "value": "1"
    },
    "items": {
      "value": [
        {
          "itemId": "1",
          "productId": "2ac90e68-b950-4bc7-ad14-5e6d5563d786",
          "quantity": 15
        },
        {
          "itemId": "2",
          "productId": "dd-b950-4bc7-ad14-5e6d5563d786",
          "quantity": 17
        }
      ]
    },
    "status": {
      "value": "Order Placed"
    }
  }
}

Processing:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published