Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.78 KB

File metadata and controls

64 lines (41 loc) · 1.78 KB
title Complete an Example Task
tags
Tutorial
External
User

Complete an Example Task

This tutorial explains how to complete a single, goal-focused task in Example Product.

For a list of all guides on the TCAT Wiki, refer to the Guides List.{ .guides-list-ref }


Before You Start

  1. Confirm that you have the required account, permissions, files, or source data.
  2. Gather any values the reader will need to substitute later, such as an ID, filename, or environment.
  3. If the reader needs broader context, refer them to the Example Product User Manual.

Step 1: Open the Correct Page

  1. Open Example Product.
  2. Select Projects, then select Create Project.
  3. Confirm that the page shows Draft in the status area.

Step 2: Enter Required Values

  1. Fill in Project Name, Project Group, and Output Format.

  2. If readers must substitute values, explain the placeholders once before the code block.

    Generic template:

    export-prod-PROJECT_ID-DATE-01.zip
    

    Example:

    export-prod-1024-20260424-01.zip
    
  3. Select Create.

!!! note "Why show both?"

Pair a generic template with one concrete example when readers must adapt a filename, command, URL, or request body.

Step 3: Verify the Result

  1. Wait for the status to change to Completed.
  2. Select Download Result.
  3. Confirm that the downloaded file ends with .zip.

!!! success "You have now completed the example workflow."

For broader platform guidance, refer to the Example Product User Manual.