Skip to content

hetikk/elfin-tech-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camunda schema: src/main/resources/process.bpmn

Run command make start-all to start project.
Open http://localhost:8080 (demo / demo)
Sent request:

curl --location --request POST 'localhost:8080/engine-rest/process-definition/key/registration-process/start' \
--header 'Content-Type: application/json' \
--data-raw '{
    "variables": {
        "email": {
            "value": "EMAIL_TO_REGISTRATION",
            "type": "String"
        }
    }
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages