Use Cases
To demo/show and test the application with use cases, the Workflow Modeler is needed. The Workflow Modeler is a web application that can be used to create and edit workflows. It can be found in the following repository: https://github.com/PlanQK/workflow-modeler
To create a use case you can start the Docker Compose from the Use Case repository.
The following services should now be available:
qunicorn: localhost:5005/swagger-ui/
workflow-modeler: localhost:8080/
camunda: localhost:8078/camunda/app/
To create a new use case check the README of the Use Case repository.
Example Use Case: Get Devices and Create Job
Get all devices
UserTask: Let the user evaluate the results, the user can now select a device
Create a job with the chosen device, and other user inputs
Get the results/details of the job
UserTask: Let the user evaluate the results