-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add workflow management * update * Update 3.workflow-management.md * Update 3.workflow-management.md
- Loading branch information
1 parent
4c373c2
commit acef5a4
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
docs-2.0/nebula-explorer/workflow/3.workflow-management.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Workflow management | ||
|
||
This topic describes how to manage workflows, including view, modify, rename, clone, delete, and compare workflows. | ||
|
||
## Steps | ||
|
||
1. At the top of the Explorer page, click **Workflow**. | ||
|
||
2. In the **Workflows** tab, users can view all saved workflows. The list displays `Workflow name`, `Created time`, `Update time`, and `Algorithm`. | ||
|
||
- At the top of the list page, click **Comparison** and select two workflows or different historical versions of the same workflow for code comparison. | ||
|
||
- At the top of the list page, users can search the workflow by keywords in the search box. | ||
|
||
- In the **Operation** column of the list page, users an perform the following operations: | ||
|
||
- **Run**: Instantiate the workflow directly as a job and execute the job. | ||
- **Open**: Open a workflow to view and modify the workflow. After modifying the workflow, click ![save](https://docs-cdn.nebula-graph.com.cn/figures/workflow-save-220623.png) to save the modification or click ![save](https://docs-cdn.nebula-graph.com.cn/figures/workflow-saveAs-220623.png) to save the workflow as a new workflow. | ||
- **View jobs**: Jump to the job list to view all the jobs instantiated by this workflow. | ||
- ![save](https://docs-cdn.nebula-graph.com.cn/figures/workflow-more-220623.png): Users can view the workflow code, rename the workflow, clone the workflow, and delete the workflow. |