Activity is a way to run a multi-step process as a single, connected group of tasks. Each Activity is created from a Workflow — a predefined sequence of steps configured in the Flow menu. When you create an Activity, MileApp automatically creates one task per Workflow step, links them together under a parent Activity, and keeps their status, schedule, and assignee in sync.Documentation Index
Fetch the complete documentation index at: https://docs.mileapp.dev/llms.txt
Use this file to discover all available pages before exploring further.
Understanding Activity
- Activity (parent task) — represents the whole workflow group. Its title is the Workflow name.
- Step task (child task) — one task per Workflow step, in the order defined by the Workflow.
- Workflow — the template that defines the steps, the Flow used by each step, and any field mappings between steps. Workflows are configured in the Flow menu.
Creating an Activity
Step 1: Open the Create Activity form
- Go to the Task menu.
- Click the New dropdown and choose Activity.

Task menu — New dropdown with the Activity option
Step 2: Select a Workflow
The Create Activity modal opens with a Workflow dropdown. Pick the Workflow you want to run.
Create Activity modal with the Workflow dropdown

Workflow dropdown listing the Workflows available in your organization
Step 3: Fill in the step form
Once a Workflow is selected, the form displays one section per step. Each step includes:- The fields defined by the step’s Flow (auto-filled from field mappings where configured)
- Start time and End time for the step
- Assignee for the step

Multi-step form rendering all Workflow steps in order
Step 4: Submit the Activity
Click Submit to create the Activity. The parent Activity and all its step tasks are created in one operation.
Success message confirming the Activity has been created
Viewing Activities in the Task List
Activity Groups
Activities appear in the Task list as expandable groups. The Flow column shows the Workflow name with a chevron icon (►) you can click to expand or collapse the step tasks beneath it.
Activity row in the Task list, collapsed
- Flow — the Workflow name
- Title — the Activity title (the Workflow name)
- Start time — earliest start time across step tasks
- Status — current overall status
- Assignee — the combined list of assignees from all step tasks
- Action — opens the detail view
Expanded View
Click the chevron icon (►) next to the Workflow name to expand the Activity and reveal its step tasks indented underneath, in the order defined by the Workflow.
Expanded Activity showing step tasks for each Workflow step
Viewing Activity Details
Click the eye icon on the Activity row or any step task row to open the detail view.
Detail view of a step task with a link back to the parent Activity
- Basic information — title, content, label, last updated by/time.
- Creation details — created by, created time, created from.
- Assignment details — assigned by, assignee, assigned time.
- Completion details — done by, done time, done from (shown after the task is completed).
More Details
Click More Details to expand additional tabs:
More Details section showing the Field tab with the step’s custom fields
- Field — all the Flow fields captured on the task.
- History — timeline of events on the task: creation, assignment, status changes, edits, and completion.

History timeline showing the events recorded on the task
Managing Step Tasks
Each step task row has four action buttons:- View — open the step task detail view.
- Edit — open the edit modal to modify step task fields, schedule, or assignee.
- Delete — remove this step task from the Activity.
- Do Task — open the task execution view to complete the task directly from the web.