cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti integration with Active Directory users

dceldran
Champ in-the-making
Champ in-the-making
Hi,

I'm new in Activiti and i have this question.

Is possible take users from Windows Active Directory to use like local users in Activiti?

Other question is, when i create a workflow, in form can i do a enum camp with SQL data? and when i finish a workflow can i do an SQL insert into MSSQL server?

Thank you for all.

PD: Sorry for my bad english
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
What are you looking for? Integration of AD with explorer? The BPM Suite? Something else?

The enum+sql would be a custom form widget you'd have to create yourself.

dceldran
Champ in-the-making
Champ in-the-making
Hi,

I am looking for integration of AD with explorer, to login users and can execute process, like normal users.

To create the enum+sql, can i do that programmatically? and when i finish a process can i do same? an insert in mssql database?

thanks a lot!

dceldran
Champ in-the-making
Champ in-the-making
up!

jbarrez
Star Contributor
Star Contributor
Integrating AD with explorer is the same as integrating with any other Ldap system (check the docs).

The enum+sql is code indeed. Insert in mssql db same story.