cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow and Form

gibruno
Champ in-the-making
Champ in-the-making
Hi all,

I'm Giovanni a new Alfresco User and i'm looking for a tools to create nice activiti workflow. ( Something like KickStart App for a windows OS )

I have already installed the Eclipse plug-in but i don't understand an easy way to create my namespace/form.
I'm trying to create a simple form like [name/address] without all the rest of information in wf:adHocTask and similar.

any suggestions, is very apprecied.
Thanks a lot!

Giovanni

PS: it's my first post so I hope it's the right place for that question =D
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
Yes, you should have post it under workflow section.
Any ways you also need to give some more details on your requirements.

gibruno
Champ in-the-making
Champ in-the-making
Hi Mits,
My main questions are two:
1-why the code:

<startEvent id="request" activiti:initiator="employeeName">
      <extensionElements>
        <activiti:formProperty id="numberOfDays" name="Number of days" type="long" value="1" required="true"/>
        <activiti:formProperty id="startDate" name="First day of holiday (dd-MM-yyy)" datePattern="dd-MM-yyyy hh:mm" type="date" required="true" />
        <activiti:formProperty id="vacationMotivation" name="Motivation" type="string" />
      </extensionElements>
    </startEvent>

from the "VacationRequest" process, works fine in the activiti stand-alone engine.
but it doesn't work in the activiti engine whithin alfresco?

2- then, the only/easiest way to do that (custom forms) is by edit the files:
/alfresco/WebContent/WEB-INF/classes/alfresco/workflow/workflowModel-custom.xml
/share/WebContent/WEB-INF/classes/alfresco/share-workflow-form-config.xml
…and so on

thx for the help.
Giovanni