14 lines
394 B
JSON
Raw Normal View History

{
"title": "Select your favorite version of Gatoraide",
"description": "This provides a dropdown list based on data in the gatoraide_flavors.json file stored next to this BPMN d",
"type": "object",
"properties": {
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"anyOf": [
"options_from_task_data_var:fruits"
]
}
}
}