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