Testing actions on runtime
In this section, we will examine the functionality of the actions we implemented in the previous section.
Discover the actions
As you can observe in the grid view, a new column called âActionsâ has been added. You can execute these actions from the âActionsâ column or from the following locations:
From âAll tasksâ view actions column
From âAll tasksâ view main menu
From task record view main menu
Great! Our actions are now running. Please verify that the preconditions are working as expected. Additionally, ensure that in the edit view
, the status cannot be changed. If you encounter any issues, refer back to the previous section to see if there is something you might have missed.
Thatâs it for this section. In the next one, we will create a new type of view that complements our current implementation. For more information, proceed to the next section: Creating a workflow view.