workflow comments | Community
Skip to main content
Level 2
October 16, 2015
Solved

workflow comments

  • October 16, 2015
  • 3 replies
  • 976 views

Hi,

In my workflow I have one OR split with 5 branches.How I can programatically access comment which one enter while choosing one of the option in its subsequent step.

Thanks LM

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

All the comments would be stored with the property name 'comment' in the respective workItem

you can see the same under etc/workflows/instances

3 replies

smacdonald2008
Level 10
October 16, 2015

Are you referring to data that someone enters into a workflow dialog? 

Live_MoreAuthor
Level 2
October 16, 2015

No.Comments entered in workflow while choosing one among the five options.(While workflow is in running)

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
October 16, 2015

All the comments would be stored with the property name 'comment' in the respective workItem

you can see the same under etc/workflows/instances