I am new to Camunda and I am trying to create user task with form. I am facing a strange issue, I am able to deploy the process using rest and I can see the process running in the localhost using the cockpit application. The issue is the form that I associated with the usertask does not show up in the tasklist for that particular user task. I am not sure what I am missing. Please find the attached workflow, form and task configuration and what I am seeing in task list.
User task and Settings
FORM
{
"components": [
{
"values": [
{
"label": "Report1 ",
"value": "Report1 "
},
{
"label": "Bank-statement",
"value": "Report2 "
}
],
"label": "Report ",
"type": "select",
"id": "Field_1o4wqm3",
"key": "report",
"description": "Select the report ype",
"defaultValue": "<none>"
},
{
"label": "File Location",
"type": "textfield",
"id": "Field_0p8fdu4",
"key": "File_location",
"description": "Provide the workdocs location where the file is uploaded",
"properties": {}
}
],
"type": "default",
"id": "form",
"executionPlatform": "Camunda Cloud",
"executionPlatformVersion": "8.1.0",
"exporter": {
"name": "Camunda Modeler",
"version": "5.6.0"
},
"schemaVersion": 5
}
I am able to successflully deploy the process and check it cockpit but the Form does not show up in the tasklist. Stupid forum doesnt allow me to post multiple medias to share screen shots
Camunda Platform 7.18
Modeler version 5.6.0
OS - MacOS Monterey
Please let me know what I am missing
Thanks
Raj