Skip to content

Commit

Permalink
Merge pull request #572 from RizaFarheen/main
Browse files Browse the repository at this point in the history
show as code option
  • Loading branch information
nhandt2021 authored Nov 23, 2023
2 parents 7de5b35 + 97b4bdb commit cc817c0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/developer-guides/debugging-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ All recent workflow executions are listed on the **Executions > Workflow** page.
<p align="center"><img src="/content/img/workflow-executions.png" alt="Workflow Executions page" width="90%"
height="auto"/></p>

Data on this page can be filtered by searching through workflow name, ID, status, time period, and past days’ executions. Click on the required execution to view the individual execution of a workflow.
Data on this page can be filtered by searching through workflow name, workflow ID, correlation ID, status, time period, and past days’ executions. Click on the required execution to view the individual execution of a workflow.

In addition, you can also view the workflow execution as code directly from the UI. For this, click on the arrow in the Search button, and choose “**Show as code**”.

<p align="center"><img src="/content/img/show-as-code-in-workflow-search.png" alt="Show as code option in Workflow Search" width="90%"
height="auto"/></p>

This would show the workflow search data in different codes. Currently, you can get them in cURL and Javascript.

<p align="center"><img src="/content/img/workflow-search-in-code.png" alt="Workflow search data in code" width="90%"
height="auto"/></p>

:::note
You can also search for workflow names by inputting partial values with wildcards (*) support. For example, if you want to search for workflow names containing “test”, then search for **test***, and it will display all the workflow definitions with **‘test’** in their name.
Expand Down
9 changes: 9 additions & 0 deletions docs/developer-guides/scheduling-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ The following parameters can be used to configure the schedule:
Non-admin users can create a schedule only if they have "execute" permission over the workflow to be scheduled. You must also provide “read” permission to list the workflows in the scheduler or workflow definitions.
:::

Once the schedule is created, you can carry out the following actions on the created schedule:

<p align="center"><img src="/content/img/actions-on-scheduler.png" alt="Actions that can carried on a Schedule" width="100%" height="auto"></img></p>

- **Pause**: Use this option to pause your schedule during situations such as maintenance. You can resume the schedule once you're done.
- **Clone**: Use this option to duplicate your schedule, making it easier to reuse your existing schedule settings.
- **Add/Edit Tags**: Use this option to add a new tag to the scheduler or edit an existing tag in the scheduler.
- **Delete**: Use this option to permanently remove the schedule from the Conductor console. This is a one-time action that cannot be undone.

## Cron Expression

:::tip
Expand Down
Binary file added static/img/actions-on-scheduler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/show-as-code-in-workflow-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/workflow-search-in-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc817c0

Please sign in to comment.