General Advice

Hi there,

I’m a university student who’s looking to develop a plugin for Camunda as the project for my honours year. I’ve never really done anything like this before so some pointers and help would be greatly appreciated.

Simply put I want to add variables to tasks which can be multipled to give a total which is displayed to the user. A really simple example can be found below.

I see you can add parameters to tasks in the modeler. Could this be done entirely in the modeler without the deploying?

I have tried to deploy but I don’t have the enterprise edition so I don’t see the deploy button in Cockpit and when I try to deploy from modeller I get the error
'ENGINE-09005 Could not parse BPMN process. Errors:

  • Timer needs configuration (either timeDate, timeCycle or timeDuration is needed). | Test diagram 1.bpmn | line 42 | column 70 [ deploy-error ]

Thanks

@ohno seems timer was not configured properly.can you upload your BPMN model?

I put ‘R3/PT24H’ in Cycle and that seems to have allowed me to deploy.