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 description: String
required: Boolean required: Boolean
variables: Boolean variables: Boolean
options: [ActionSubstepArgumentOption] options: [ArgumentOption]
source: ActionSubstepArgumentSource source: ActionSubstepArgumentSource
dependsOn: [String] dependsOn: [String]
} }
@@ -88,11 +88,6 @@ type ActionSubstepArgumentSource {
arguments: [ActionSubstepArgumentSourceArgument] arguments: [ActionSubstepArgumentSourceArgument]
} }
type ActionSubstepArgumentOption {
label: String
value: JSONObject
}
type ActionSubstepArgumentSourceArgument { type ActionSubstepArgumentSourceArgument {
name: String name: String
value: String value: String