Skip to content

Commit d03954d

Browse files
authored
fix(spec): remove timeouts property description from inject state (#703)
Signed-off-by: lsytj0413 <[email protected]>
1 parent ecd4641 commit d03954d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

specification.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,10 +2835,6 @@ ${ {people: [.people[] | select(.age >= 40)]} }
28352835

28362836
This allows you to test if your workflow behaves properly for cases when there are people whose age is greater or equal 40.
28372837

2838-
The `timeouts` property can be used to define state specific timeout settings. Inject states can define the
2839-
`stateExecTimeout` property. For more information on workflow timeouts reference the
2840-
[Workflow Timeouts](#Workflow-Timeouts) section.
2841-
28422838
Note that `transition` and `end` properties are mutually exclusive, meaning that you cannot define both of them at the same time.
28432839

28442840
##### ForEach State

0 commit comments

Comments
 (0)