cancel
Showing results for 
Search instead for 
Did you mean: 

URGENT: Custom activity in workflow.

manish17
Champ in-the-making
Champ in-the-making
Hi,

I am new to Alfresco Workflow. I have installed JBoss Jbpm and created one sample workflow in Process designer and deployed successfully in jbpm but with the same steps i m not able to deploy the workflow in Alfresco with custom activity.

Any useful links, which help me to create custom activity in Alfresco Jbpm.
Any pointers regarding this would be helpful.

Manish.
1 REPLY 1

tfrith
Champ on-the-rise
Champ on-the-rise
You can look in your alfresco.log file to see if an error was generated.

One common problem with the process designer is that it won't deploy if you rename processdefinition.xml.

I would also enclose javascript in a cdata tag, especially if you use comments (//) or &&.

<script>
<![CDATA[
//your javascript code here
]]>
</script>

You can try, by commenting blocks of your xml, to narrow down where the problem is.  Comment out code and see if it deploys.  If not, keep commenting more out.  Once it does deploy, uncomment a bit of code and try again, repeating until you find the section causing the problem.