Skip to main content
1-Visitor
May 30, 2014
Solved

Issue with seeing comments from workflow

  • May 30, 2014
  • 11 replies
  • 4249 views

Hello

I was wondering if any of you had any ideas on how to sort out an issue that I am having.

I have a pretty simple review, approve release workflow that is initiated every time a certain type of object is created.

Now when it goes through the default type activities in the workflow you can add a comment in the comment field and select a routing.

What I am having a problem with is the fact that these comments, which should be showing up in the process status section of the task but they only appear if you are an admin and I need them to be there for standard users.

Is there also a better way of communicating changes/comments on a standard task to the next user in the cahin other than this process.

Bear in mind that I am not a developer and have limited Java knowledge. I just utilise the configuration tools to help me get thesystem up and running.

Thanks in advance

Oleg

Best answer by ptc-5263270

I have found what the issue fopr this was.

I had been putting my access policies in the default PDM top level context however I needed to put them into the Private one. Not sure why.

The object to open for this is WfEventaudit

Hope this helps some people

11 replies

22-Sapphire I
May 30, 2014

In general workflow task comments are available to all users from:

- Object info page

- Process tab

- Routing / Process History area, Process table

If the Comments column is not displaying, check the displayed columns setting; comments are there by default

note - You can also get workflow task comments via query builder reports if desired

1-Visitor
June 2, 2014

Thanks for the reply Mike

The comments collumn is there but the comments do not show up for the end users, but they do for admins.

Regards

22-Sapphire I
June 2, 2014

Very odd. Some screen shots would be helpful.

mike.lockwood@alcon.com

1-Visitor
June 17, 2014

Hi,

The other thing I noticed is that comments are displayed only for selected workflow instances. if I have multiple connected workflows it won't show the comments. Basically it should show all the comments from starting to current steps

Best Regards

Prajeesh Kumar

ptc-52632701-VisitorAuthorAnswer
1-Visitor
June 18, 2014

I have found what the issue fopr this was.

I had been putting my access policies in the default PDM top level context however I needed to put them into the Private one. Not sure why.

The object to open for this is WfEventaudit

Hope this helps some people

22-Sapphire I
June 18, 2014

Access Policies should be moved to Org PDM where possible (where they are common to many Products/Libraries) to reduce maint. Using Private was just a suggestion to isolate a Product/Library to be used for testing permission. Making a context private makes it stand-alone in terms of ACL's - does not inherit any from Site or Org.

1-Visitor
June 19, 2014

Mike

Thats the weird thing. Moving them into Org PDM didnt fix the problems as that is where I was working all along but for whatever reason/quirk/prior setup of our system using the private section opens up these issues. The template contexts that I am using are not private either and acccess for WTDocuments is unlockable in the Org PDM level. I have no idea why but it is working at the moment.