I have created one flow in Bonita community edition (7.7.2) but unfortunately getting error like “The sequence flow has no target you may delete it”. And its very difficult for me to identify this error.
Can you share (using for example Google Drive, Dropbox…) the .bos file of your process (you can create such file using the Export button of the Studio)? Thanks.
@Alejandro: currently I didn’t reproduce the issue but I found another one.
Your BDM object Contract has an attribute dateCreation with type DATE-TIME (NO TIME ZONE). The Java type for such attribute is a LocalDateTime but in the default value of your business variable you initialize it with a LocalDate object: contractVar.dateCreation = LocalDate.now()
It should be contractVar.dateCreation = LocalDateTime.now()
Can you fix your process and share a detail scenario to reproduce the issue? Thanks.
@Alejandro: note that after fixing the business variable issue with data types I managed to successfully run the process from start to the end. Maybe the diagram was corrupted and the export from your Studio or the import in mine solved this corruption. If such situation happen again maybe an export / import from and to your own Studio can fix the issue.
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.