K

Wednesday, December 21st, 2022 11:19 AM

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

27 Messages

2 years ago

Hi @spring-team.collibra.com is there any help you can provide?

368 Messages

2 years ago

Hi @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!

27 Messages

Hi,

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 ?

27 Messages

2 years ago


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

368 Messages

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

27 Messages

Hi Team,

The option to download the template was clearly not visible . I have downloaded it now and its working.
Thank you .

Loading...