Main Workflow is tasks that should be executed on action launch and represents main action's activity. For example, a Call action would contain the following Tasks:

  1. Prompt for a contact if t was not selected during action initialization.
  2. Prompt for a phone number if t was not selected during action initialization.
  3. Form a tel:// URL and open it to initiate a call.

See also:
Maintaining Workflows
Tasks and Workflows
Actions

Next > Installation Workflow