Helps to get the task comments from Workflow Tasks list
-
clone repository or download as zip file
- git clone
https://github.com/elmasria/get-task-comments.git
- git clone
-
navigate to repository cd get-task-comments
-
Open required Sharepoint site
- Select settings
- Nintex Workflow 2013
- Manage User Defined Actions
-
Create UDA
- Using UDA
- Click Import
- Select Get_Task_Comments.uda
- Using Workflow
- Click Create
- Import
- Select
Get_Task_Comments.nwf
- Publish
- Using UDA
Users may use that UDA in the workflows, by drag and drop that Action.
- paramDepartmentName: return the comments labeled by the time and the value you specified
- paramPreviousComments: you may use that to concatenate the comments
- paramTaskID: ID of the task that you need to get the value of the comment form it
- paramSiteURL: the current site you work with. (by default you can use Workflow Context ==> Web URL)
- this is helpful when you promote the UDA to be used in the Farm Scope
- paramTaskListName: name of the list that contains the workflow tasks(by default it is Workflow Tasks)
- paramAllComments: variable that will hold the retrieved comments (Multiple lines of text)