feat: introduce action event step in flow step
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
2416ce13a7
commit
e7c537f217
@@ -229,9 +229,6 @@
|
||||
"key": "myTweet",
|
||||
"description": "Will be triggered when you tweet something new.",
|
||||
"subSteps": [
|
||||
{
|
||||
"name": "Choose app & event"
|
||||
},
|
||||
{
|
||||
"name": "Choose account"
|
||||
},
|
||||
@@ -245,9 +242,6 @@
|
||||
"key": "userTweet",
|
||||
"description": "Will be triggered when a specific user tweet something new.",
|
||||
"subSteps": [
|
||||
{
|
||||
"name": "Choose app & event"
|
||||
},
|
||||
{
|
||||
"name": "Choose account"
|
||||
},
|
||||
@@ -273,9 +267,6 @@
|
||||
"key": "createTweet",
|
||||
"description": "Will create a tweet.",
|
||||
"subSteps": [
|
||||
{
|
||||
"name": "Choose app & event"
|
||||
},
|
||||
{
|
||||
"name": "Choose account"
|
||||
},
|
||||
|
Reference in New Issue
Block a user