Defining the Task of an Interactive Activity

You must define the logic of an Interactive activity in the main task. If appropriate you might define optional tasks to help the user run the main task.

There are different options to implement the tasks of an Interactive activity. Each option addresses specific types of interaction.

The tasks of an Interactive activity can have the following implementation types:

The default implementation type is method.

For more information about the different implementation types, see Flow Object Tasks.

Optional Tasks

You can run optional tasks while you are running the main task of an Interactive activity. These tasks are usually related to the main task. They provide information that you might need to complete the Interactive activity.

Optional tasks are repeatable and read-only. They are not allowed to modify the instance information because this information is used by the main task.