Add the workItem property to the Work scheduler page configuration to receive the workItem object provided by the work queue.
Before you begin
Role required: admin, workspace_admin, or ui_builder_admin​
Procedure
-
In the Page configuration section, select
the Config tab.
-
In the Properties section, select Edit.
-
In the Edit properties pop-up window, select +Add.
-
In the Property name field, enter workItem.
-
From the Type menu, select JSON.
-
Select Add.
-
Select Save.
The workItem property is created.
-
Hover over the workItem property and select the Dynamic data binding icon (
).
-
In the workItem field, type @state.workItem.
-
Click Save.
Here's a demo on how to define the workItem property in the Work scheduler page configuration.