AddComment delegate
Field name
Required
Description
<scriptTask id="scripttask1" name="Store comment" scriptFormat="groovy" activiti:autoStoreVariables="false">
<script><![CDATA[
import com.collibra.dgc.core.api.dto.instance.comment.AddCommentRequest
commentApi.addComment(AddCommentRequest.builder()
.content("The content of the comment.")
.baseResourceId(item.getId())
.baseResourceType(item.getType())
.build())
]]></script>
</scriptTask>Last updated
Was this helpful?