Event-based API to interface between customer integration apps and edge connected devices
Channel delivering button_pressed notifications from the edge.
Events on button presses on connected devices.
Accepts the following message:
Event messages notifying a button pressed.
Schema of event data sent in the button_pressed stream
The physical identifier of the button.
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The message type.
The serial number of the gateway.
Screen context
Physical action buttons contexts.
Action button context.
The physical identifier of the button.
Reference identifier of the object.
Additional properties are allowed.
Reference identifier of the active screen view that triggered the event.
Reference identifier of the object.
The list of screen views contexts
The screen view context.
Notification template context.
The notification view context.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
List template context.
The list view context.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template context.
Reference identifier of the object.
The workflow view context.
Workflow template field contexts.
Workflow template button field context.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text field context.
Content text (possibly modified by the user).
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
The UNIX timestamp in milliseconds when the message was created client-side.
The trigger gesture associated to the button.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"button_id": 2,
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "button_pressed",
"gateway_serial": "PGGW000000058",
"screen_context": {
"action_buttons_contexts": [
{
"button_id": 2,
"ref_id": "PHY_BUTTON_1"
},
{
"button_id": 3,
"ref_id": "PHY_BUTTON_2"
},
{
"button_id": 4,
"ref_id": "PHY_BUTTON_3"
},
{
"button_id": 5,
"ref_id": "PHY_BUTTON_4"
}
],
"active_screen_view": "SCREEN_VIEW_2",
"ref_id": "SCREEN_1",
"screen_views_contexts": [
{
"ref_id": "SCREEN_VIEW_1",
"workflow": {
"fields_contexts": [
{
"button": {
"ref_id": "BUTTON_1"
}
},
{
"text": {
"content": "Some text",
"ref_id": "FIELD_1"
}
}
]
}
},
{
"ref_id": "SCREEN_VIEW_2",
"workflow": {}
},
{
"ref_id": "SCREEN_VIEW_3",
"workflow": {}
}
]
},
"time_created": 1546300800000,
"trigger_gesture": "TRIGGER_SINGLE_CLICK"
}
Channel delivering image capture requests to the edge.
Command to capture an image on a connected device.
Accepts the following message:
Event messages requesting an image capture.
Schema of image capture command data sent in the capture_image! stream
The RSSI value of the connection between device and gateway as measured by the device.
The device serial number the message is intended for.
The encoding quality of the captured JPEG image.
The message identifier. This can be used to reference it.
The message type.
The serial number of the gateway.
A detailed description of the photo report
A brief text summary of the photo report
The title of the photo report.
The resolution the captured image should have.
The UNIX timestamp in milliseconds when the message was created client-side.
The time in milliseconds to wait for a trigger to before aborting the image capture session.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"connection_gateway_rssi": -1000,
"device_serial": "M2MR111101051",
"encoding_quality": 5,
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "capture_image!",
"gateway_serial": "PGGW000000058",
"report_description": "string",
"report_summary": "string",
"report_title": "My Incident Report",
"resolution": "1280x960",
"time_created": 1546300800000,
"timeout": 1000
}
Channel posting display commands to the edge.
Command to display visual content on a connected device.
Accepts the following message:
Command messages to interface with a display capable connected device
Schema of feedback command data sent in the display! stream to render text on display devices
The device serial number the message is intended for.
The header text of a field.
The header aligned to the right text of a field.
The id of the field in a template, this action acts upon.
The content text of a field.
Additional properties are NOT allowed.
The display refresh strategy
The screen context identifying the rendered screen.
The id of the template to use.
The message identifier. This can be used to reference it.
The maximum duration in milliseconds the event is valid compared to its creation time. If the event has not been processed before this time has passed it will be ignored. If zero the event must be processed irrespective of its age (the default). If the event is the last one (no queued events after it) then it must be processed regardless of its age.
The message type.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
The duration in milliseconds the effect is valid for starting at its creation time. A value of 0 will keep the text displayed forever.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_serial": "M2MR111101051",
"display_fields": [
{
"display_field_header": "First",
"display_field_header_right": "First",
"display_field_id": 1,
"display_field_text": "Item 1234"
}
],
"display_refresh_type": "DEFAULT",
"display_screen_context": 0,
"display_template_id": "PG1",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_time_to_live_duration": 0,
"event_type": "display!",
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000,
"time_validity_duration": 0
}
Channel posting display_v2 commands to the edge.
Accepts the following message:
Command messages to interface with a display capable connected device
Schema of the display_v2! command stream to set multiple screen views on a compatible device
Action buttons to display on top of the screen.
Physical action button on the inside of the hand, back.
Action to perform on a single click gesture.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
The background color of the button.
Reference identifier of the object.
Button indicator text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Physical action button on the outside of the hand, back.
Action to perform on a single click gesture.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
The background color of the button.
Reference identifier of the object.
Button indicator text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Physical action button on the inside of the hand, front.
Action to perform on a single click gesture.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
The background color of the button.
Reference identifier of the object.
Button indicator text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Physical action button on the outside of the hand, front.
Action to perform on a single click gesture.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
The background color of the button.
Reference identifier of the object.
Button indicator text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the initially active screen view.
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The message type.
The display orientation for the current screen. If this field is not set, the orientation will default to the current used one.
The serial number of the gateway.
Reference identifier of the object.
The list of screen views belonging to the screen.
Screen view message to define a page on a screen.
Notification PgNtfT1 template with a tagline, an icon and a message.
Notification icon, shown below the tagline.
Notification message, shown below the icon or message. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Notification tagline, shown at the top-mid. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Notification PgNtfT2 template with a tagline, an icon and a button.
Primary confirmation button, shown at the bottom.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Notification icon, shown below the tagline.
Notification tagline, shown at the top-mid. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Notification PgNtfT3 template with a tagline, an icon and 2 buttons.
Primary confirmation button, shown at the bottom.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Secondary confirmation button, shown at the bottom below the primary button in portrait mode or on its right in landscape mode.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Notification icon, shown below the tagline.
Notification tagline, shown at the top-mid. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Notification PgNtfT4 template with a tagline, a message and a button.
Primary confirmation button, shown at the bottom.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Notification message, shown below the icon or message. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Notification tagline, shown at the top-mid. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Notification PgNtfT5 template with a tagline, a message and 2 buttons.
Primary confirmation button, shown at the bottom.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Secondary confirmation button, shown at the bottom below the primary button in portrait mode or on its right in landscape mode.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Notification message, shown below the icon or message. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Notification tagline, shown at the top-mid. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Notification PgNtfT6 template with a tagline and a message.
Notification message, shown below the icon or message. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Notification tagline, shown at the top-mid. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork1Btn1T1 with 1 field and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork1Btn2T1 with 1 field and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork1Btn2T2 with 1 field and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork1T1 with 1 field
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2Btn1T1 with 2 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2Btn1T2 with 2 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2Btn2T1 with 2 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2Btn2T2 with 2 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2Btn2T3 with 2 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2T1 with 2 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2T2 with 2 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2T3 with 2 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork2T4 with 2 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3Btn1T1 with 3 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3Btn1T2 with 3 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3Btn1T3 with 3 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3Btn2T1 with 3 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3Btn2T2 with 3 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3Btn2T3 with 3 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3T1 with 3 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3T2 with 3 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3T3 with 3 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3T4 with 3 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3T5 with 3 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork3T6 with 3 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4Btn1T1 with 4 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4Btn1T2 with 4 fields and 1 button
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4Btn2T1 with 4 fields and 2 buttons
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
On-screen button a user can interact with.
Action to be performed when the button is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Button text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4T1 with 4 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4T2 with 4 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4T3 with 4 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4T4 with 4 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4T5 with 4 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork4T6 with 4 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork5T1 with 5 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork5T2 with 5 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork5T3 with 5 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork5T4 with 5 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template PgWork6T1 with 6 fields
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Workflow template text field.
Input method. If set, an indicator is shown at the mid-right, indicating that a user can interact with the cell ("open" the cell). When the cell is opened, the user can input some data through the assigned widget. If the data is confirmed, it replaces the content text. If the cell is opened again after data confirmation, the assigned widget shows new data too.
Input method numeric pad.
Consists of text area and numeric keyboard. In addition, there are physical action buttons for more interaction: Backspace, Clear, Close, Confirm. The action buttons appear/disappear based on the state of the text area. The text area shows a hint or a value. When the widget is opened, the text area shows the initial value. If the initial value is not set, it shows the hint. As the value is typed, the text area shows the entered value. When the value is cleared, the text area shows the hint. A user can input up to 22 digits. Always shown in landscape mode.
Hint text, shown when the value is not set.
Initial value.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text input method numeric wheel.
Consists of a title and a value. In addition, there are physical action buttons for more interaction: +, -, Close, Confirm. The value is represented with 3 wheels, each representing a digit. When the widget is opened, it shows the initial value. A user can input a number in the range 0-999, by spinning the wheels. Always shown in landscape mode.
Initial value.
Title, shown at the top. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Highlight the current field with a background color.
The state of the field
Additional properties are allowed.
Content text, shown below the header. Breaks into multiple lines if it's too long or contains newlines. Supports auto scaling of font size.
Header text, shown at the top-left. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
PgListT1 list template.
PgListT1 list template.
List header. Breaks into max 2 lines if it's too long or contains newlines.
PgListT1 template item.
Action to be performed when the item is clicked.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Trailing icon, shown at the right-mid.
Reference identifier of the object.
Main text, shown at the left-mid. Always a single line. Newlines are replaced with spaces.
Trailing text, shown at the top-right. Always a single line. Newlines are replaced with spaces.
Underline text, shown below the main text. Always a single line. Newlines are replaced with spaces.
Additional properties are allowed.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
The UNIX timestamp in milliseconds when the message was created client-side.
Timer to execute an action on expire. If not set, the screen does not expire.
Action to be performed when the timer expires.
UI click on component action
Click on a UI component matching the reference identifier.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Basic action to perform on a UI event.
Additional properties are allowed.
Additional properties are allowed.
Timeout in milliseconds. 0 means the timer should not be started.
Additional properties are allowed.
Additional properties are NOT allowed.
{
"action_buttons": {
"back_inside": {
"action_on_single_click": {
"basic": "NOTIFY"
},
"color": "GREEN",
"ref_id": "PHY_BUTTON_BACK_INSIDE",
"text": "Button 3"
},
"back_outside": {
"action_on_single_click": {
"basic": "NOTIFY"
},
"color": "ORANGE",
"ref_id": "PHY_BUTTON_BACK_OUTSIDE",
"text": "Button 4"
},
"front_inside": {
"action_on_single_click": {
"basic": "NOTIFY"
},
"color": "YELLOW",
"ref_id": "PHY_BUTTON_FRONT_INSDE",
"text": "Button 2"
},
"front_outside": {
"action_on_single_click": {
"basic": "NOTIFY"
},
"color": "BLUE",
"ref_id": "PHY_BUTTON_FRONT_OUTSIDE",
"text": "Button 1"
}
},
"active_screen_view": "SCREEN_VIEW_2",
"api_version": "3.0",
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "display_v2!",
"forced_orientation": "PORTRAIT",
"gateway_serial": "PGGW000000058",
"ref_id": "SCREEN_1",
"screen_views": [
{
"pg_work1_btn1_t1": {
"button_1": {
"action_on_click": {
"basic": "NOTIFY"
},
"ref_id": "BUTTON_1",
"text": "Button 1"
},
"field_top": {
"input_method": {
"num_pad": {
"hint": "My numpad",
"initial_value": "123"
}
},
"ref_id": "CELL_1",
"state": {
"highlighted": true,
"type": "FOCUSED"
},
"text_content": "Field top",
"text_header": "Header"
}
},
"ref_id": "SCREEN_VIEW_1"
},
{
"pg_work2_t1": {
"field_bottom": {
"input_method": {
"num_wheel": {
"initial_value": 123,
"title": "My numwheel"
}
},
"text_content": "Field bottom",
"text_header": "Header"
},
"field_top": {
"text_content": "Field top",
"text_header": "Header"
}
},
"ref_id": "SCREEN_VIEW_2"
},
{
"pg_work2_t4": {
"field_left": {
"text_content": "Field left",
"text_header": "Header"
},
"field_right": {
"text_content": "Field right",
"text_header": "Header"
}
},
"ref_id": "SCREEN_VIEW_3"
}
],
"time_created": 1546300800000,
"timer": {
"action_on_expire": {
"click_on_component": {
"ref_id": "CELL_1"
}
},
"timeout": 1000
}
}
Channel posting display_v2 events to the edge.
Accepts the following message:
Command messages to interface with a display capable connected device
Schema of the display_v2 event stream received when the device triggered an event like a timer has expired or a UI component has been clicked.
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The message type.
The serial number of the gateway.
The context of the screen.
Physical action buttons contexts.
Action button context.
The physical identifier of the button.
Reference identifier of the object.
Additional properties are allowed.
Reference identifier of the active screen view that triggered the event.
Reference identifier of the object.
The list of screen views contexts
The screen view context.
Notification template context.
The notification view context.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
List template context.
The list view context.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template context.
Reference identifier of the object.
The workflow view context.
Workflow template field contexts.
Workflow template button field context.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text field context.
Content text (possibly modified by the user).
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Event triggered on the current screen view.
Timer expired event.
Timer expired event.
Additional properties are allowed.
Additional properties are allowed.
Event triggered when a UI component has been clicked. The component that triggered this event can be retrieved using its reference identifier.
Component clicked event with the reference identifier of the component that was clicked.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Triggered when a user updates the data of a screen set by the integration (e.g. by modifying text cell content).
Data updated event with the reference identifier of the component that triggered it.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "display_v2",
"gateway_serial": "PGGW000000058",
"screen_context": {
"action_buttons_contexts": [
{
"button_id": 2,
"ref_id": "PHY_BUTTON_1"
},
{
"button_id": 3,
"ref_id": "PHY_BUTTON_2"
},
{
"button_id": 4,
"ref_id": "PHY_BUTTON_3"
},
{
"button_id": 5,
"ref_id": "PHY_BUTTON_4"
}
],
"active_screen_view": "SCREEN_VIEW_2",
"ref_id": "SCREEN_1",
"screen_views_contexts": [
{
"ref_id": "SCREEN_VIEW_1",
"workflow": {
"fields_contexts": [
{
"button": {
"ref_id": "BUTTON_1"
}
},
{
"text": {
"content": "Some text",
"ref_id": "FIELD_1"
}
}
]
}
},
{
"ref_id": "SCREEN_VIEW_2",
"workflow": {}
},
{
"ref_id": "SCREEN_VIEW_3",
"workflow": {}
}
]
},
"screen_event": {
"component_clicked": {
"ref_id": "BUTTON_1"
}
},
"time_created": 1546300800000
}
Channel delivering errors notifications from the edge.
Error events encountered on an edge device.
Accepts the following message:
Event messages notifying an error.
Schema of error event sent in the error stream.
The scanner device model name unique values.
The device serial number the message is intended for.
The error code of the error.
The full description of the error.
The severity of the error.
The message identifier. This can be used to reference it.
The reference message identifier. Used to reference the message that requested this event.
The message type.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_model": "Unknown",
"device_serial": "M2MR111101051",
"error_code": "ERROR_UNKNOWN",
"error_message": [
"No suitable font for input string"
],
"error_severity": "WARNING",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_reference_id": [
"13ff7152-d804-4c12-a519-bdb0ac3a43d1"
],
"event_type": "errors",
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000
}
Channel posting feedback commands to the edge.
Command to cause feedback to the user on a connected device.
Accepts the following message:
Command messages to interface with a feedback capable connected device
Schema of feedback command data sent in the feedback! stream
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The maximum duration in milliseconds the event is valid compared to its creation time. If the event has not been processed before this time has passed it will be ignored. If zero the event must be processed irrespective of its age (the default). If the event is the last one (no queued events after it) then it must be processed regardless of its age.
The message type.
The predefined feedback action that should be signalled.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_time_to_live_duration": 0,
"event_type": "feedback!",
"feedback_action_id": "FEEDBACK_POSITIVE",
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000
}
Channel posting Gateway state commands to the edge.
Command to request edge devices state including current software and configuration.
Accepts the following message:
Command messages to request the Gateway state.
Schema of the command to request the Gateway state.
The message identifier. This can be used to reference it.
The message type.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "gateway_state!",
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000
}
Channel posting Gateway state events from the edge.
Events on an edge devices software and configuration state.
Accepts the following message:
Events messages notifying the Gateway state.
Schema of the event sent to report the Gateway state.
The battery level of the device.
The version of the device's barcode scan engine.
The firmware version of the device.
The manufacturer of the device.
The scanner device model name unique values.
The device serial number the message is intended for.
Additional properties are NOT allowed.
The message identifier. This can be used to reference it.
The reference message identifier. Used to reference the message that requested this event.
The message type.
The version of the application running on the Gateway.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_connected_list": [
{
"device_battery_level": 100,
"device_bce_revision": [
"PAABLS00-005-R05 F X "
],
"device_firmware_version": [
"v2.2.0"
],
"device_manufacturer": [
"Workaround GmbH"
],
"device_model": "Unknown",
"device_serial": "M2MR111101051"
}
],
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_reference_id": [
"13ff7152-d804-4c12-a519-bdb0ac3a43d1"
],
"event_type": "gateway_state",
"gateway_app_version": [
"v2.4.0"
],
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000
}
Channel posting photo report status events from the edge.
Events on the status of photo reports ongoing on connected devices.
Accepts the following message:
Command messages to report upload status of a photo report to insight.
Schema of the event sent to notify the status of the photo report (creating/created) for customer integrations.
The scanner device model name unique values.
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The reference message identifier. Used to reference the message that requested this event.
The stream name.
The serial number of the gateway.
A detailed text description of the incident documented in the photo report.
The reference message identifier. Used to reference the message that requested this event.
The status of the photo upload.
A brief text summary of the photo report
The title of the photo report.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_model": "Unknown",
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_reference_id": [
"13ff7152-d804-4c12-a519-bdb0ac3a43d1"
],
"event_type": "photo_report_status",
"gateway_serial": "PGGW000000058",
"report_description": "string",
"report_id": [
"13ff7152-d804-4c12-a519-bdb0ac3a43d1"
],
"report_status": "report_created",
"report_summary": "string",
"report_title": "My Incident Report",
"time_created": 1546300800000
}
Channel posting set process identifiers request events from the edge.
Command to set the process identifiers on a connected device.
Accepts the following message:
Command messages to set the process identifiers..
Schema for setting process identifiers via Streams API stream. When a customer sets a process identifier, the connectivity device will decorate the event with the provided data. Process identifiers should be set for every scanner independently.
The RSSI value of the connection between device and gateway as measured by the device.
An artificial unique id to identify individual users without exactly knowing the person.
Timestamp of the last 'customer_anonymizeduser_id' switch/change.
A customer defined identifier to annotate events. This value is set by the connectivity device based on customer input.
Unique identifier of currently performed execution of a workflow (which is of type 'customer_process_type_id'). If this execution is finished and the user starts a new execution of the workflow, the this value will change. If the user starts a new execution of a different workflow type, the value of the workflow type will change too.
Timestamp when the trace (see customer_process_trace_id) started (mandatory if customer_process_trace_id is set). This value is set by the connectivity device based on customer input.
Unique identifier of the workflow the user is working on. If the user performs the same workflow several times consecutively, this id stays the same. To identify individual instances of this workflow, use 'customer_worklflow_trace_id'.
Timestamp when the type (see customer_process_type_id) started. This value is set by the connectivity device based on customer input.
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The message type.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"connection_gateway_rssi": -1000,
"customer_anonymizeduser_id": "string",
"customer_anonymizeduser_id_last_changed": 1546300800000,
"customer_custom_identifier": "string",
"customer_process_trace_id": "string",
"customer_process_trace_started": 1546300800000,
"customer_process_type_id": "string",
"customer_process_type_started": 1546300800000,
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "process_identifiers!",
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000
}
Channel delivering scan notifications from the edge.
Events on scans taken on a connected device.
Accepts the following message:
Event messages notifying a scan from a connected device
Schema of scan event data sent in the scan stream
Unique identifier for the configuration file. Since 0.4
Unique identifier for the configuration profile. Since 0.4
Revision of the same configuration profile which is incremented each time profile had been edited. Since 0.4
Configuration content based generated tag, used for checking if content had been changed. Since 0.4
The RSSI value of the connection between device and gateway as measured by the gateway.
The RSSI value of the connection between device and gateway as measured by the device.
A custom field for customers to fill. Please use namespaced attributes!
Additional properties are allowed.
An artificial unique id to identify individual users without exactly knowing the person.
Timestamp of the last 'customer_anonymizeduser_id' switch/change.
A customer defined identifier to annotate events. This value is set by the connectivity device based on customer input.
Unique identifier of currently performed execution of a workflow (which is of type 'customer_process_type_id'). If this execution is finished and the user starts a new execution of the workflow, the this value will change. If the user starts a new execution of a different workflow type, the value of the workflow type will change too.
Timestamp when the trace (see customer_process_trace_id) started (mandatory if customer_process_trace_id is set). This value is set by the connectivity device based on customer input.
Unique identifier of the workflow the user is working on. If the user performs the same workflow several times consecutively, this id stays the same. To identify individual instances of this workflow, use 'customer_worklflow_trace_id'.
Timestamp when the type (see customer_process_type_id) started. This value is set by the connectivity device based on customer input.
The current battery level of a worker device.
The firmware version of a worker device.
The manufacturer of a worker device.
The scanner device model name unique values.
The device serial number the message is intended for.
The current internal temperature of the worker device in degree Celsius. Since 0.3
The message identifier. This can be used to reference it.
The message type.
The firmware version of a gateway device.
The manufacturer of the gateway.
The vendor information about the gateway.
The serial number of the gateway.
The type of gateway the data originates from.
The IP v4 address of the Wi-Fi access point. Empty strings are accepted.
The IP v6 address of the Wi-Fi access point.
The BSSID of the Wi-Fi connection of the gateway device.
The local IP v4 address of the Wi-Fi connection. Empty strings are accepted.
The local IP v6 address of the Wi-Fi connection.
The signal strength of the Wi-Fi connection (in unit dBm)
The SSID of the Wi-Fi connection of the gateway device.
List of the various metrics (e.g. duration of barcode engine (BCE) ON time, which are also known as trigger times). Since 0.5
Name of the metric. Since 0.5
Type of the metric data. Since 0.5
Unit in which is metric data presented. Since 0.5
TList of the values for the metric. Actual metric data. Since 0.5
Additional properties are allowed.
The number of steps made by worker since the last scan. Since 0.4
The number of steps made by worker since the last scan as measured on the mobile connectivity device
The raw scanned data in URL-safe Base64 encoding when the message is of type 'scan'.
The scanned data when the message is of type 'scan'.
The barcode symbology applied when decoding. Since 0.3
The overall scan duration from triggering to finishing decoding in seconds. Since 0.3
The mode of scan the barcode was scanned with.
The counter of the current scan session for the scanner. A scan session is started when the user presses the trigger and ended when they release it or the conenctivity device has ended it earlier. This counter gets reset to 0 when the connection with the scanner is established.
Screen context
Physical action buttons contexts.
Action button context.
The physical identifier of the button.
Reference identifier of the object.
Additional properties are allowed.
Reference identifier of the active screen view that triggered the event.
Reference identifier of the object.
The list of screen views contexts
The screen view context.
Notification template context.
The notification view context.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
List template context.
The list view context.
Additional properties are allowed.
Reference identifier of the object.
Additional properties are allowed.
Workflow template context.
Reference identifier of the object.
The workflow view context.
Workflow template field contexts.
Workflow template button field context.
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Workflow template text field context.
Content text (possibly modified by the user).
Reference identifier of the object.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
The id of the currently active session between connectivity device and scanner. With each new connection this value must change. However, it shall stay stable across reconnections between cloud/customer integrations. We strongly recommend to stick to ULID as UUID implementation to maintain lexicographically sortable UUIDs
The counter of the message within the current session (see 'session_id'). The connectivity device is responsible to assign each message a new, subsequent number starting by value '0'. With each new session, this counter must restart from value '0'. If the counter reaches the maximum of int32
the client is responsible to close that session and start a new connection.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"configuration_id": "string",
"configuration_profile_id": "string",
"configuration_profile_revision": 0,
"configuration_tag": "string",
"connection_device_rssi": -1000,
"connection_gateway_rssi": -1000,
"custom": {
"namespace_key": "value",
"other_key": 123
},
"customer_anonymizeduser_id": "string",
"customer_anonymizeduser_id_last_changed": 1546300800000,
"customer_custom_identifier": "string",
"customer_process_trace_id": "string",
"customer_process_trace_started": 1546300800000,
"customer_process_type_id": "string",
"customer_process_type_started": 1546300800000,
"device_battery": 150,
"device_firmware": "1.2.3-rc1",
"device_manufacturer": "ProGlove",
"device_model": "Unknown",
"device_serial": "M2MR111101051",
"device_temperature": -100,
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "scan",
"gateway_firmware": "string",
"gateway_manufacturer": "Samsung",
"gateway_model": "A5",
"gateway_serial": "PGGW000000058",
"gateway_type": "mobile",
"gateway_wifi_ap_ipv4_address": "192.168.0.1",
"gateway_wifi_ap_ipv6_addresses": [
"fe90::53f2:1d1f:bd8a:cc33"
],
"gateway_wifi_bssid": "5c:0e:8b:7f:20:33",
"gateway_wifi_local_ipv4_address": "192.168.0.1",
"gateway_wifi_local_ipv6_addresses": [
"fe90::53f2:1d1f:bd8a:cc33"
],
"gateway_wifi_signal_strength": -256,
"gateway_wifi_ssid": "proglove-guest",
"metrics": [
{
"metric_name": "bce_duration",
"metric_type": "scalars",
"metric_unit": "ms",
"values": [
0
]
}
],
"metrics_worker_steps": 0,
"metrics_worker_steps_connectivity_device": 0,
"scan_bytes": "string",
"scan_code": "string",
"scan_decode_symbology": "string",
"scan_duration": 60,
"scan_mode": "SCAN_MODE_SINGLE",
"scan_session_id": 0,
"screen_context": {
"action_buttons_contexts": [
{
"button_id": 2,
"ref_id": "PHY_BUTTON_1"
},
{
"button_id": 3,
"ref_id": "PHY_BUTTON_2"
},
{
"button_id": 4,
"ref_id": "PHY_BUTTON_3"
},
{
"button_id": 5,
"ref_id": "PHY_BUTTON_4"
}
],
"active_screen_view": "SCREEN_VIEW_2",
"ref_id": "SCREEN_1",
"screen_views_contexts": [
{
"ref_id": "SCREEN_VIEW_1",
"workflow": {
"fields_contexts": [
{
"button": {
"ref_id": "BUTTON_1"
}
},
{
"text": {
"content": "Some text",
"ref_id": "FIELD_1"
}
}
]
}
},
{
"ref_id": "SCREEN_VIEW_2",
"workflow": {}
},
{
"ref_id": "SCREEN_VIEW_3",
"workflow": {}
}
]
},
"session_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"session_message_counter": 123,
"time_created": 1546300800000
}
Channel posting scanner connectivity commands from the edge.
Events on connected devices on the edge appearing or disappearing.
Accepts the following message:
Command messages to control the connectivity of attached devices.
Schema for managing scanners connectivity.
Order connection with a scanner. Only boolean value true accepted as a value
Either an array of serial numbers of scanners that need to get disconnected, or 'all' keyword for disconnecting all scanners is accepted.
The message identifier. This can be used to reference it.
The message type.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"connect": [
true
],
"disconnect": [
[
"PGGW000000058",
"MMMM000000031",
"PGM2000000011"
],
"all"
],
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "scanner_connectivity!",
"time_created": 1546300800000
}
Channel delivering scanner state notifications from the edge.
Events propagated to update on the state of connected devices.
Accepts the following message:
Event messages notifying a scanner state change.
Schema of scanner state event sent in the scanner_connection stream.
Unique identifier for the configuration file. Since 0.4
Unique identifier for the configuration profile. Since 0.4
Revision of the same configuration profile which is incremented each time profile had been edited. Since 0.4
Configuration content based generated tag, used for checking if content had been changed. Since 0.4
The RSSI value of the connection between device and gateway as measured by the gateway.
An artificial unique id to identify individual users without exactly knowing the person.
Timestamp of the last 'customer_anonymizeduser_id' switch/change.
A customer defined identifier to annotate events. This value is set by the connectivity device based on customer input.
Unique identifier of currently performed execution of a workflow (which is of type 'customer_process_type_id'). If this execution is finished and the user starts a new execution of the workflow, the this value will change. If the user starts a new execution of a different workflow type, the value of the workflow type will change too.
Timestamp when the trace (see customer_process_trace_id) started (mandatory if customer_process_trace_id is set). This value is set by the connectivity device based on customer input.
Unique identifier of the workflow the user is working on. If the user performs the same workflow several times consecutively, this id stays the same. To identify individual instances of this workflow, use 'customer_worklflow_trace_id'.
Timestamp when the type (see customer_process_type_id) started. This value is set by the connectivity device based on customer input.
The current battery level of a worker device.
The scanner connection state.
The reason of the device disconnection.
The scanner device model name unique values.
The time in milliseconds between searching for scanner started and connection was established. Only present if device_connection_state == STATE_CONNECTED.
The device serial number the message is intended for.
The current internal temperature of the worker device in degree Celsius. Since 0.3
The message identifier. This can be used to reference it.
The message type.
The serial number of the gateway.
The id of the currently active session between connectivity device and scanner. With each new connection this value must change. However, it shall stay stable across reconnections between cloud/customer integrations. We strongly recommend to stick to ULID as UUID implementation to maintain lexicographically sortable UUIDs
The counter of the message within the current session (see 'session_id'). The connectivity device is responsible to assign each message a new, subsequent number starting by value '0'. With each new session, this counter must restart from value '0'. If the counter reaches the maximum of int32
the client is responsible to close that session and start a new connection.
The UNIX timestamp in milliseconds when the message was created client-side.
Additional properties are NOT allowed.
{
"api_version": "3.0",
"configuration_id": "string",
"configuration_profile_id": "string",
"configuration_profile_revision": 0,
"configuration_tag": "string",
"connection_device_rssi": -1000,
"customer_anonymizeduser_id": "string",
"customer_anonymizeduser_id_last_changed": 1546300800000,
"customer_custom_identifier": "string",
"customer_process_trace_id": "string",
"customer_process_trace_started": 1546300800000,
"customer_process_type_id": "string",
"customer_process_type_started": 1546300800000,
"device_battery": 150,
"device_connected_state": "STATE_CONNECTED",
"device_disconnect_reason": "CONNECTION_TIMEOUT",
"device_model": "Unknown",
"device_search_duration": 0,
"device_serial": "M2MR111101051",
"device_temperature": -100,
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_type": "scanner_state",
"gateway_serial": "PGGW000000058",
"session_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"session_message_counter": 123,
"time_created": 1546300800000
}
Channel posting trigger block commands to the edge.
Command blocking some button actions on connected device.
Accepts the following message:
Command messages to interface with a trigger blocking capable connected device
Schema of trigger block command data sent in the trigger_block! stream
The device serial number the message is intended for.
The message identifier. This can be used to reference it.
The maximum duration in milliseconds the event is valid compared to its creation time. If the event has not been processed before this time has passed it will be ignored. If zero the event must be processed irrespective of its age (the default). If the event is the last one (no queued events after it) then it must be processed regardless of its age.
The message type.
The serial number of the gateway.
The UNIX timestamp in milliseconds when the message was created client-side.
The duration in milliseconds the effect is valid for starting at its creation time. A value of 0 will keep the text displayed forever.
The list of triggers to block
The state of the triggers (true for blocking and false for unblocking).
The list of triggers that unblock the blocked triggers
Additional properties are NOT allowed.
{
"api_version": "3.0",
"device_serial": "M2MR111101051",
"event_id": "881f6fd2-8bba-418d-a076-c5ed067d8321",
"event_time_to_live_duration": 0,
"event_type": "trigger_block!",
"gateway_serial": "PGGW000000058",
"time_created": 1546300800000,
"time_validity_duration": 0,
"trigger_block_gesture_list": [
"TRIGGER_LONG_PRESS"
],
"trigger_block_state": true,
"trigger_unblock_gesture_list": [
"TRIGGER_LONG_PRESS"
]
}