Workflow

Workflow Cell

This object represents a workflow cell.

FieldTypeRequiredDescription
cell_idStringConditionalThis is a unique identifier as defined by the platform. If it is provided, will be a higher priority than callback identification.
callbackStringYesThis is a unique identifier as defined by the user. The callback is the soft-name for the cell. It will be returned in Workflow Callback when cell/button is pressed.
api_idLongOptionalAPI unique identifier which can write and read from the cell.
cacheBooleanYesNull or zero is the default In case of true, all cell parameters will be cached permanently until it has been altered
next_screenStringOptionalscreen unique identifier that references the next screen to navigate to it, when the button is pressed.
urlStringOptionalButton URL. When the button is pressed, an external URL link will be opened.
bg_colorStringOptionalcell background color. The color should be in hexadecimal format (Hex triplet) or according to its common English name. Example: Red color can be set as "RED" or "#FF0000"
labelstringOptionalTitle - when it is available
label_colorStringOptionalLable’s text color of the button Title The color should be in hexadecimal format (Hex triplet ) or according to its common English name. Example : Red color can be set as "RED" or "#FF0000"
sublabelstringOptionalSubtitle -when it is available
sublabel_colorStringOptionalSubtitle’s text color of the button Title The color should be in hexadecimal format (Hex triplet ) or according to its common English name. Example : Red color can be set as "RED" or "#FF0000"
hintStringOptionalHint Text
valueArrayOptionalAn array of Numeric values with comma separated