Why is this an issue?

The argument of the $finish control task should be a "finish number" of 0, 1, or 2.

How to fix it

Code examples

Noncompliant code example

initial $finish("Hello");

Compliant solution

initial $finish(1);