cancel
Showing results for 
Search instead for 
Did you mean: 

workflow + database connection

cjimenez2581
Champ in-the-making
Champ in-the-making
Hello people,
I'd like to know how I can connect to do an inserts into another database using workflows and Alfresco?

Do I have to edit the code source o how should I configure my eclipse?

Thank you
3 REPLIES 3

matjazmuhic
Champ on-the-rise
Champ on-the-rise
You should implement your own workflow and then you can use javascript or beanshell scripts to do things in tasks or nodes. To connect to database I think you could write you own java code for that and expose it as JS extension in alfresco.

mrogers
Star Contributor
Star Contributor
I'd write Java Tasks rather than trying to write a script api and then call it from a script task.

cjimenez2581
Champ in-the-making
Champ in-the-making
ok I've been searching and I figured out how to fill a drop down list
but I like to know how to insert a new value in any database, a value from a WF or data list

Othe question, where is Alfresco Java Doc?