Hi out there,
i´ve a general question. I´m a newbie in php programming but familliar with java and the whole oop stuff.
i´m a student and i have a task to design and implement a document based workflow for a cms.
So here the question: Where do i find general information about this topic and most important!! where do i find HELP, tutorial etc.???!!??!!!
Thanks and regards
Osiris500
document workflow implementation
Moderator: General Moderators
hi,
as far as i know there are two ways of implementing workflow:
activity based workflow and document based workflow
desciption of the system:
you have different documents that owned by one user,
these documents can be changed by users who have access to them,
when editing the documents status changes, like : new entry, to be verified, to be noticed, etc. ..
now there must be an notification to an involved user that there is an action to be completed
as far as i know there are two ways of implementing workflow:
activity based workflow and document based workflow
desciption of the system:
you have different documents that owned by one user,
these documents can be changed by users who have access to them,
when editing the documents status changes, like : new entry, to be verified, to be noticed, etc. ..
now there must be an notification to an involved user that there is an action to be completed