# Operations Management

Allows for the creation of new or cloned operations on the platform.

## Steps

### Administration

Essential data for the registration and identification of an operation on the platform.

Operations can either be new or cloned. However, existing operations will predominantly be used for cloning and subsequent modification.

#### New Operation

Creates a customized operation, and in this case, there is the option to import and export JSON. In a cloned operation, the JSON option will not be available.

{{< staticImage "ux/OperationManagementWizard/Steps/administrationNewOperation.png" "NewOperation" >}}

### Clone Operation

In this case, we will clone an operation to change the state of administration.

{{< staticImage "ux/OperationManagementWizard/Steps/administrationCloneOperation.png" "CloneOperation" >}}

### Configuration

Parameters that define the operation's configuration. By default, for a cloned operation, the **JSON Schema** field is already filled. You can view the field's configuration.

{{< staticImage "ux/OperationManagementWizard/Steps/configurationSchema.png" "Schema" >}}

In the **Preview** section, the result of the **JSON Schema** configuration will be displayed.

{{< staticImage "ux/OperationManagementWizard/Steps/configurationPreview.png" "Schema" >}}

{{% children sort="weight" depth="10" %}}

## Import/Export Configuration

Allows you to import and export the wizard's configuration via JSON. Clone operations do not allow the use of json import and export.

{{< staticImage "ux/OperationManagementWizard/Steps/btnModalJson.png" "btnJson" >}}

{{% ux-wizard-json-import-export %}}

{{< staticImage "ux/OperationManagementWizard/Steps/itemJson.png" "items" >}}

{{% children sort="weight" depth="10" %}}

---
