feat: add find message action in Slack

This commit is contained in:
Ali BARIN
2022-09-09 23:53:17 +02:00
parent 75b536959e
commit 3593727d29
8 changed files with 160 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ type ActionSubstepArgument {
description: String
required: Boolean
variables: Boolean
options: [ActionSubstepArgumentOption]
source: ActionSubstepArgumentSource
dependsOn: [String]
}
@@ -83,6 +84,11 @@ type ActionSubstepArgumentSource {
arguments: [ActionSubstepArgumentSourceArgument]
}
type ActionSubstepArgumentOption {
label: String
value: JSONObject
}
type ActionSubstepArgumentSourceArgument {
name: String
value: String