Skip to content

Commit

Permalink
Merge pull request serverlessworkflow#813 from ElanHasson/patch-1
Browse files Browse the repository at this point in the history
Correct spelling error in Spec
  • Loading branch information
cdavernas authored Jan 23, 2024
2 parents 1ab1a2c + 5774b0e commit cd992ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ unchanged throughout its execution.

Workflow instances can be started providing some data input. This is described in detail in the
[workflow data input](#Workflow-Data-Input) section.
Workflow instances can also wait for examples to start their execution, which is the case
Workflow instances can also wait for events to start their execution, which is the case
where a workflow definition contains a [EventState](#Event-State) starting workflow state.

The workflow definition also explicitly defines when a workflow instance should be completed.
Expand Down Expand Up @@ -1640,7 +1640,7 @@ Let's say we have the following workflow definition:
"name": "simpleadd",
"functions": [
{
"name": "Iicrement-count-function",
"name": "increment-count-function",
"type": "expression",
"operation": ".count += 1 | .count"
}
Expand Down

0 comments on commit cd992ed

Please sign in to comment.