Bonita is throwing error "The sequence flow has no target you may delete it"

1
0
-1

Hi Team,

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.

So, could please help me to resolve this error.

Thanks,
Manish

Comments

Submitted by antoine.mottier on Tue, 09/18/2018 - 16:37

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.

Submitted by alejandro.rondo... on Fri, 03/22/2019 - 09:27

Hello everyone!
I'm encountering the same issue and haven’t been able to fix it.
You can find the BOS file in this link.

Thank you!
Alejandro.

Submitted by antoine.mottier on Mon, 03/25/2019 - 11:13

@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.

Submitted by antoine.mottier on Mon, 03/25/2019 - 15:27

@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.

No answers yet.
Notifications