Show a Scene V2 on screen. You can pick a previously created scene by name or provide raw JSON directly.
Scenes can be displayed in 3 modes: Fullscreen (takes over the whole screen), Dialog (centered window) or Overlay (floating window on top of other apps).
In Overlay mode you can configure the position (X Position, Y Position), size (Width, Height), whether it is Blocking (intercepts touches) or passthrough, and enter/exit animations.
X Position and Y Position accept the following value formats:
Width and Height accept a number in dp (e.g. 200) or a percentage of the screen size (e.g. 50%).
If Continue Task Immediately is disabled, the task will wait until the scene is dismissed before continuing. The scene's dismiss result will be returned in the output variables shown in the action's configuration.
Use Screen ID to give the scene a custom identifier. This ID can then be used in other Scene V2 actions (Update, Dismiss, etc.) to target this specific scene. If left empty, the scene's own name is used as the ID.
Use Auto Dismiss (ms) to automatically dismiss the scene after a specified number of milliseconds.
Enable Show Over Everything (requires the Tasker Accessibility Service) to show overlays on top of all apps, including the lock screen and status bar.
Enable Long Click Root To Dismiss to be able to dismiss an overlay by long-clicking on the root element. This is useful as a safety net so overlays are never stuck on screen.
Check Scenes V2 (Screen Builder) Manual for full details on how Scenes V2 work.