feat: add schedule integration

This commit is contained in:
Ali BARIN
2022-05-06 10:10:01 +02:00
parent c4c3779646
commit d864831bc5
22 changed files with 222 additions and 46 deletions

View File

@@ -374,6 +374,7 @@ type TriggerSubstepArgument {
variables: Boolean
source: TriggerSubstepArgumentSource
dependsOn: [String]
options: [TriggerSubstepArgumentOption]
}
type TriggerSubstepArgumentSource {
@@ -382,6 +383,11 @@ type TriggerSubstepArgumentSource {
arguments: [TriggerSubstepArgumentSourceArgument]
}
type TriggerSubstepArgumentOption {
label: String
value: JSONObject
}
type TriggerSubstepArgumentSourceArgument {
name: String
value: String