cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Workflow Tutorials

jpotts
World-Class Innovator
World-Class Innovator
If you are new to Alfresco advanced workflows using Activiti, please read the <a href="http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html">Advanced Workflow Tutorial</a> available at ecmarchitect.com. The tutorial includes multiple examples and source code.

Jeff
17 REPLIES 17

tapan_d_thakkar
Champ in-the-making
Champ in-the-making
Hi Jeff,

Thanks for the workflow tutorials  …

I am trying to implement a workflow on folder in Alfresco share (Alfresco 3.4).

I have added workflow action to folder, and i am able to start workflow on Folder.

But requirement is any user whom the task is assigned can add other document also to that folder.. and that document will be part of workflow for coming stages.

Can you suggest how to achieve that …?

Thanks.

jpotts
World-Class Innovator
World-Class Innovator
There are two ways you can do this that I can think of. First, if you are routing the folder in the workflow, the folder itself is in the workflow package. So when your workflow performs operations on the items in the package, the code can just drill into the folder, and any document in the folder will be accessible to the workflow. This is probably the easiest approach.

An alternative approach would be to set a rule on folders that would be triggered when new items are added to the folder. The rule would check to see if the folder is part of a workflow. If it is part of a workflow, the rule could get a handle to the workflow package and then add the new document to the workflow package.

I'd definitely go with the first option if it works for you.

Jeff

jpotts
World-Class Innovator
World-Class Innovator
The error you are getting, 404, means that the browser asked the server for a page and the server couldn't find it. This could indicate that your server never fully started. In order for me to provide any assistance, you'll need to provide any errors or stack traces you are seeing in your Alfresco log file. In your case, that log file lives in c:\Alfresco\tomcat\logs\catalina.out.

Jeff

prpontes
Champ in-the-making
Champ in-the-making
Hello Jeff, I followed his tutorial and everything worked! I wonder if I have to enter information in a SQL Server database from within the file ExternalReviewNotification.java after sending the email?

Thank you.

[SOLVED]

to solve the problem only enter a database connection in the class ExternalReviewNotification.java

ahmedbnf
Champ in-the-making
Champ in-the-making
Hi,
I'm a beginner user of Alfresco 3.4 community ,so i have a lot of problems to implement advandced workflow with jbpm engine,i've followed some tutorial but without success.

i didn't find the suitable tutorial for the version that i use.

thnx for your help.

mitpatoliya
Star Collaborator
Star Collaborator
what is the error you are facing?
And which link you are referring?
There is nothing much specific related to the version as far as workflow is concerned.

amitkumar1
Champ in-the-making
Champ in-the-making
Hi,
i have scenario where i want to add a work flow to a folder so that any files uploaded to the folder can be approved. actually i tried to use rule but it seems to support only simple workflow is there any way i can apply my workflow. i am using alfresco community 4.2 c

thanx

pawel_rzeszowsk
Champ in-the-making
Champ in-the-making
you can do it using a rule. You can create a rule which execute a javascript script when a file is uploaded in a folder. In the javascript file you can start a workflow.
Best Regards,
Pawel Rzeszowski.

thank you for your reply,
i tried to execute a script from a rule but it shows a review and appove for approver but when i go to the task it doesnt show any items in it don't know whats wrong…….

Plz Help
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.