In the each task UI of workflow, there is a field for input transition comment. But in my case, the author need to input a comment for trigger the workflow and submit to reviewer, like this:
--> -->
Author(submit w/ comment) Reviewer(reject or submit w/ comment) End
<-- <--
I have tried to use TAG_INFO for getting the user inputted comment, but how can I set the comment to workflow? Because at that moment, workflow has not been initiated. It's right?
Thanks!