cancel
Showing results for 
Search instead for 
Did you mean: 

Getting status of content from 'website submission' workflow

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I have a requirement to get jbpm status of a content which is under flow.Scenario is like this:

2 users: content creator & reviewer.

Creator creates some content & send it to reviewer using default "website submission" workflow.Now reviewer can either reject it or approve it,How can i get this status per document submitted in workflow whether content is approved or rejected?

I have looked into alfresco apis but not convincing.

Any idea? Smiley Happy
2 REPLIES 2

hyperation
Champ on-the-rise
Champ on-the-rise
Hi,

Have you tried adding a custom property in the document type to store the status?  So, whenever the workflow transitions that property can be updated.

Thanks
Smiley Happy

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

:? You mean to say adding an aspect to document?iIf not then can you please explain your thoughts in a bit more detail.i am using wcm web projects to create html & xml using wen forms out of which html goes for review from creator to editor.