WordPress · Arazzo Workflow
WordPress Comment on Found Post
Version 1.0.0
Search for a post, post a comment on it, then list comments to confirm.
Provider
Workflows
comment-on-found-post
Find a post by search and add a comment to it.
Searches content scoped to posts for the supplied query, and when a post is found creates a comment on that post, then lists the post's comments to verify the comment was recorded.
1
findPost
searchContent
Search site content scoped to the post type for the supplied query, returning at most one result.
2
createComment
createComment
Create a comment against the post found by the search. WordPress returns 201 with the new comment id on success.
3
listPostComments
listComments
List the comments for the post to confirm the newly created comment is present.