diff --git a/writerside/topics/Custom-Activities.topic b/writerside/topics/Custom-Activities.topic index 7827937..891fc68 100644 --- a/writerside/topics/Custom-Activities.topic +++ b/writerside/topics/Custom-Activities.topic @@ -67,7 +67,7 @@

When your custom activity's workflow is straightforward and concludes immediately after its task, inheriting from CodeActivity offers a streamlined approach. This base class is engineered to automatically signal the completion of the activity post-execution, eliminating the need for explicit completion logic.

To illustrate, let's revisit the PrintMessage activity, this time reimagined using CodeActivity as its base. This example underscores the absence of manual completion:

- +

This approach allows developers to focus on the core logic of their activities without worrying about activity completion.