X (Twitter) · Arazzo Workflow
X Create a Post, Like It, Then Delete It
Version 1.0.0
Publish a post, like it from the authenticated account, then remove it.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
post-like-cleanup
Create a post, like it, and delete it in one lifecycle.
Chains the create-post, like-post, and delete-post operations using the id returned by the create step as the target of the like and delete steps.
1
createPost
createPosts
Create a new post for the authenticated user with the supplied text.
2
likePost
likePost
Like the post that was just created from the authenticated account.
3
deletePost
deletePosts
Delete the created post to clean up after the lifecycle test.