cancel
Showing results for 
Search instead for 
Did you mean: 

How to use external application access custom workflow

johnp2686
Champ in-the-making
Champ in-the-making
Hello,

I create custom workflow using eclipse and deployed into the

/opt/alfresco-community/tomcat/shared/classes/alfresco/extension

/opt/alfresco-community/tomcat/shared/classes/alfresco/web-extension

paths its working fine.

After deployed custom workflow i need to get data from  php application display in workflow once click start workflow workflow params and external application merge data

any one can me regarding issue.

Regards

John
2 REPLIES 2

rahulmackdani
Champ in-the-making
Champ in-the-making
Hi

There are OOTB webscripts availaible which woulr return list of workflows based on input parameters. These webscripts are REST calls which you can invole from your front-end application.

Regards

johnp2686
Champ in-the-making
Champ in-the-making
Thanks Rahul,

I have one more query , I created alfresco activiti kickstart using eclipse deployed alfresco share its working,i have created php application separate i need to pass value to php application get based on post value from php application append the value in workflow form is this possible?