Skip to content

Commit

Permalink
[Docs] Fixed Language issues. (Netflix#3200)
Browse files Browse the repository at this point in the history
* Fixed Language issues.

* Fixed Language issues.
  • Loading branch information
ropereraLK authored Aug 25, 2022
1 parent 630b870 commit db841ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configuration/workflowdef.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The mail_a_box workflow has 2 tasks:
1. The first task takes the provided account number, and outputs an address.
2. The 2nd task takes the address info and generates a shipping label.

Upon completion of the 2 tasks, the workflow outputs the trackking number generated in the 2nd task. If the workflow fails, a second workflow named ```shipping_issues``` is run.
Upon completion of the 2 tasks, the workflow outputs the tracking number generated in the 2nd task. If the workflow fails, a second workflow named ```shipping_issues``` is run.

## Fields in a Workflow

Expand All @@ -109,7 +109,7 @@ The mail_a_box workflow has 2 tasks:
| taskReferenceName | Alias used to refer the task within the workflow. MUST be unique within workflow. ||
| type | Type of task. SIMPLE for tasks executed by remote workers, or one of the system task types ||
| description | Description of the task | optional |
| optional | true or false. When set to true - workflow continues even if the task fails. The status of the task is reflected as `COMPLETED_WITH_ERRORS` | Defaults to `false` |
| optional | true or false. When set to true - workflow continues even if the task fails. The status of the task is reflected as `COMPLETED_WITH_ERRORS` | Defaults to `false` |
| inputParameters | JSON template that defines the input given to the task | See [Wiring Inputs and Outputs](#wiring-inputs-and-outputs) for details |
| domain | See [Task Domains](/configuration/taskdomains.html) for more information. | optional |

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/resources/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ I want to contribute!
------

We welcome Pull Requests and already had many outstanding community contributions!
Creating and reviewing Pull Requests take considerable time. This section helps you set up for a smooth Pull Request experience.
Creating and reviewing Pull Requests take considerable time. This section helps you to set up a smooth Pull Request experience.

The stable branch is [main](https://github.com/Netflix/conductor/tree/main).

Expand Down
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See `docker/serverAndUI` for an `nginx` based example.

### Customization Hooks

For ease of maintanence, a number of touch points for customization have been removed to `/plugins`.
For ease of maintenance, a number of touch points for customization have been removed to `/plugins`.

- `AppBarModules.jsx`
- `AppLogo.jsx`
Expand Down

0 comments on commit db841ac

Please sign in to comment.