Graviti Help Center
  • Graviti Help Center
  • Developer Documentation
    • Developer Tools
      • Graviti Python SDK
      • Graviti CLI
      • Graviti Open API
        • DataSet Operation
        • Data Operation
        • Examples
          • Model training
          • Data mining
  • Product Documentation
    • TensorBay
      • TensorBay: For All Stages of Algorithm Research
      • Quick Start for Developers
      • Quick Start for Team
      • How to Quickly Prepare a Dataset
        • How to Create a New Dataset
        • Manage Data in Cloud Storage
        • Create a Dataset by Filtering
        • Create a Dataset by Merging
        • Quick Use of Open Datasets by Forking
      • Version Control
        • Manage Data Files
        • Manage Annotations
        • Manage Dataset Information
        • Manage Versions
        • Manage Dataset Branches
        • Dataset Activities
        • Dataset Settings
      • Pharos Online Data Visualization
        • Explore Pharos
        • Pharos Visualization Widgets Instruction
      • Collaboration
        • Create a New Team
        • Invite Team Members
        • Team Management
        • Dataset Management
        • View Activity Log
      • How to Integrate TensorBay into Your Pipeline
      • Action
        • Create a Workflow
        • Run Workflows
        • Manage Workflows
        • YAML Syntax Description
        • Crontab syntax Description
        • Automatic Configurations
    • Open Datasets
      • Basic Concepts
      • Search for Datasets
      • Preview Data and Label Distribution Online
      • Use and Manage Datasets Online
      • Download Open Datasets
      • Didn't find the dataset you want?
  • APPs
    • GroundTruth Tools
      • Annotate pictures
    • Sextant
      • Create an Evaluation
      • Custom Metrics
      • Start to Evaluate
      • View Results
  • Release Note
  • Graviti Official Website
Powered by GitBook
On this page
  • Enter the Workflow Name
  • Set Workflow Running Conditions
  • 1. Set Running Parameters
  • 2. Set Environmental Parameters
  • 3. Set Instance Parameters
  • Enter Your YAML Code
  • Publish the Workflow

Was this helpful?

  1. Product Documentation
  2. TensorBay
  3. Action

Create a Workflow

PreviousActionNextRun Workflows

Last updated 3 years ago

Was this helpful?

Enter the Workflow Name

(Note: A workflow name can only contain lowercase letters, numbers, and minus signs. The name cannot be less than 2 characters, and its first character cannot be a minus sign.)

Set Workflow Running Conditions

1. Set Running Parameters

Click Add to set parameters.

Fill in Parameters name (Note: A parameter name can only contain letters, numbers, and underscores. The name cannot be less than 2 characters, and its first character cannot be a number.), type of data, and default value.

2. Set Environmental Parameters

Click Add in the Environment column, and then enter the corresponding parameters in the Key (Note: A key can only contain letters, numbers, and underscores. The name cannot be less than 2 characters, and its first character cannot be a number) and Value columns respectively .

3. Set Instance Parameters

Select instance configuration and the number of instances in the Instances column.

Enter Your YAML Code

Enter your YAML code in the YAML File.

Publish the Workflow

After all settings are completed, you can click Publish to create or update the workflow, or click Cancel to return to the Actions Details page, which will not save the change.

YAML Syntax Description