Skip to main content

Product Comment Approved

Definition

When an admin approves a product comment, this activity will be triggered.
It can be set as a starting point for your workflow.

Properties

This activity has no additional properties other than the shared set of activity properties.

Outcomes

OutcomeDescription
DoneReturns the output model.

Output Model

{
Id: number,
CustomerId: number,
ProductId: number,
StoreId: number,
IsApproved: boolean,
Title: string,
ReviewText: string,
ReplyText: string,
CustomerNotifiedOfReply: boolean,
Rating: number,
HelpfulYesTotal: number,
HelpfulNoTotal: number,
CreatedOnUtc: Date
}