Its just a wildcard question, I am new here in Camunda. Before I start the process flow, thought of clarifying something
From the experience working with BonitaSoft - we can write our on connectors.
Is that possible, to extend the apis to customize the functionality ?
I am not understanding the CMMN, is there any Case Management storyboard/usecase available in realtime?
Can we customize the views only, with clients like Angular-JS/2 ?
Any guidance will be helpful. Thanks
You can write own connectors, see https://docs.camunda.org/manual/7.6/user-guide/process-engine/connectors/. However, in our best-practices we advise to prefer "normal" Java Delegates with Field Injection over Connectors unless you have a very good reason to write connectors.
What do you mean with Case Management Storyboard? There is a get started guide available: https://docs.camunda.org/get-started/cmmn11/. There will be also a third edition of the "REal-Life BPMN" book released this week, which has a description of CMMN including more real-life examples.
I do not understand the question about customization from the dscription above. You can implement your own User Interface in whatever language/framework you like on top of the Camunda API. Maybe that's what you are asking?