Task in alpha phase
This Data Factory task is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
This task allows to create a comment thread.
Task name:
For more information regarding the commentThreads object, please refer to the API documentation and to the swagger definition.
commentThreads
{ "name": "data-create-comment-threads", "taskReferenceName": "create_comment_threads", "description": "Create comment threads", "type": "SUB_WORKFLOW", "optional": false, "inputParameters": { "apiKey": "${workflow.variable.api_key}", "commentThreads": [ { "object": "comment_thread", "comments": [ { "message": "This is a comment" } ], "targetType": "suggestion", "targetId": "1" } ] } }
SUB_WORKFLOW
true
false
comment_thread
suggestion
This task does not have any output.
Data / Create Comment Thread
Task in alpha phase
This Data Factory task is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
This task allows to create a comment thread.
Task name:
For more information regarding the
commentThreads
object, please refer to the API documentation and to the swagger definition.Examples
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Definition
SUB_WORKFLOW
.true
: the job continues if there is an error on this task.false
: the job fails.Inputs Parameters
comment_thread
suggestion
Outputs
This task does not have any output.
Limits and additional notes