Hi,
I am doing a poc about Camunda
I want to do a process model like this
User task/Automation task to Create case entity(custom entity)–>persist it->assign it to approver–>chnage status or close it/approve
Is it possible to do my own entity in workflow ,in opensource edition
@rojan507 how are you using camunda? Shared engine, war, etc?
General answer: create a script or delegate that executes in your bpmn to generate the entity record.
Thank you Stephen.
I am planning to embed engine to my app.
My Requirement are as follows
1)My custom entity Should support workflow. i.e My Case Entity should have the ability to be assigned to different roles in the system.
2)I don’t want to show users Task instead cases assigned to them, in a list.
If this is supported then i am planning to use angular to display listing and view the case entity.
Is this possible
Can you give an example how i should do this in right way