mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 06:55:21 +00:00
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"title": "Timer Value",
|
|
"type": "object",
|
|
"properties": {
|
|
"timer_value_warehouse": {
|
|
"title": "Select Timer Value",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:timer_value_warehouse"
|
|
]
|
|
}
|
|
}
|
|
} |