cancel
Showing results for 
Search instead for 
Did you mean: 

custom Workflow

zed
Champ in-the-making
Champ in-the-making
Hi, I must create my personal workflow, so I want know some things:

1)What's the better solution between an implementation xml and a java implementation

I'm oriented to work only with xml files.

I suppose I must create my workflow implementing a processdefinition xml file, a workflowModel (extending the existing file or creating a new file?)

So, how I insert my new workflow into the wizard, so that when I want create an advanced workflow, the proposals are adhoc Task, Review & Approve and my new MyWorkflow?

Thanks
Zed
2 REPLIES 2

saconni
Champ in-the-making
Champ in-the-making
read this: http://wiki.alfresco.com/wiki/WorkflowAdministration
is preaty fine explained….

basically:
write the model and deploy it.
write your process definition and deploy it.
then you can configure the web client

tip: try to write reusable models…

pmonks
Star Contributor
Star Contributor
There's a fully worked WCM workflow example in JIRA ticket ALFCOM-206 (http://issues.alfresco.com/browse/ALFCOM-206), which might assist you in building out a custom workflow.

Cheers,
Peter