Skip to main content

How to: Add new Workflows

To create a new workflow or edit an existing workflow, follow the steps below.

Step 1

  • Navigate to the WORKFLOWS page

Workflows menu

Step 2

  • Click CREATE WORKFLOW

Create workflow button

  • Enter the required fields
FieldDetails
AppThe FarEarth application ID where the workflow will be created
Display NameThe actual name of the workflow displayed within the application
DescriptionA short description of the workflow
IDA unique ID for the workflow
  • Click CREATE

Step 3

  • After creating the workflow, FarEarth will automatically add additional fields to the workflow
FieldDetails
EnabledControls whether the workflow is enabled or not
File NameThe JSON filename of the workflow as stored on disk
ShareableControls whether the workflow may be shared with other subscriptions
ExclusiveLimits the workflow to be shareable with only one subscription
  • The new workflow will appear in the list
  • The workflow is pre-populated with a template that requires further editing
note

See more in the workflow details section below

Edit workflow

To edit the workflow, follow the step below.

  • Click FILE NAME in the workflow list
{
"id": "farearth.test",
"displayName": "test",
"description": "A test workflow",
"steps": [
{
"id": "step-xyz",
"description": "Step XYZ",
"executorId": "farearth.xyz",
"parameters": {
}
}
]
}
note

The example above shows the workflow template created

Expected outcome

  • Outcome #1
  • Related links #1
  • Related links #2