I am using bonita 7.0.1, as I can see that the cmis available connectors are killing the session within one task, can’t be carried out to next adjacent task. Is there any way that I can edit the implementation, or any smart ways to get the sessions out of the task?
The requirement is, I don’t have to download the document from alfresco, using the cmis download connector, instead I have to read the content id, and content name, as well as I have to store the authentication ticket, inorder to access it in later Htasks, or STasks. Is it possible?
All of the out of the box Bonita connectors are stateless.
Custom ones should also be stateless as a best practice (due to engine architecture).
However, please note that you can still chain connectors and have more than one on a given task and event (task start or end).
Do remember to use task variables (and not process variables) to store temporary information between these connectors.
This should allow you to cover your use case.
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.