Collibra Workflow - Spring Boot Integrations Code Snippet
In the Collibra Workflow Event-Driven Triggering for Spring Boot Integrations - Collibra Marketplace documentation I tried to create a springboot project
which will simply see if there is any usertask in the collibra instance with the application property-trigger.collibra.workflow.user-task=Sync Data User Task (the workflow for which the bpmn file has been provided in the marketplace) and deployed this same workflow in my instance and applied all the configurations as well as mentioned in the documentation.
I am facing issue in the code snippet provided in the documentation for the initialization method. Just the snippet is provided . Can you help me to trigger the integartion through that workflow.
Can @spring-team.collibra.com guide me on this that what else is needed to trigger the integartion through the workflow.
Thanks,
Khusbu
khusbukumari1
OP3 years ago · EditedHi @spring-team.collibra.com
I am getting the below error while running the application
APPLICATION FAILED TO START
Description:
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
springboot_team
·3 years ago · EditedHi @khusbu.kumari.inter.ikea.com,
From the screenshots, we notice that you are creating your own custom integration. Prior did you find any difficulties running the original source code that can be found in Marketplace?
You can use this integration as a base for your custom integration project.
Thanks
khusbukumari1
OP3 years ago · EditedHi Team,
The option to download the template was clearly not visible . I have downloaded it now and its working.
Thank you .
springboot_team
·3 years ago · EditedHi @khusbu.kumari ,
Did you try running the integration? If so, can you please attach any logs to investigate further the issues that you are facing?
Thanks!
khusbukumari1
OP3 years ago · EditedHi,
Yes I did try to run the integration and got an error. But can you tell me that with all those screenshots I provided is the code snippet enough or I need to implement some other things ?
khusbukumari1
OP3 years ago · EditedHi @spring-team.collibra.com is there any help you can provide?