chore: Use argument option also for action substep argument

This commit is contained in:
Faruk AYDIN
2022-10-23 20:03:54 +02:00
committed by Ali BARIN
parent 61cf45697c
commit 274d0eb2fd

View File

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