Skip to content

moZaky/camunda7demo

Repository files navigation

Installation

To start the latest release:

docker pull camunda/camunda-bpm-platform:latest
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest
# open browser with url: http:https://localhost:8080/camunda-welcome/index.html

Deploy workflow from porject

workflowPayload

{
  "address": {
    "value": "123 Main Street"
  },
"tenantId": {
"value": "646b42bbe93063c0f449dfe8"
},
"__createdByUsername": {
"value": "[email protected]"
},
  "address2": {
    "value": "Apt 4B"
  },
  "phone": {
    "value": "555-1234"
  },
    "type": {
    "value": null
  },
  "name": {
    "value": "My Organization"
  }
}

workflowPayload for skip demo

{
  "address": {
    "value": "123 Main Street"
  },
 "userType": {
    "value": "superUser"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages