-
Hello, It looks like there is a typo in section States Timeout Definition. At least there is a contradiction between different states declaration (at the same document) and this States timeout definition info. For an example Inject and Sleep states there is missing information of support timeout, but in States Timeout Definition it says that ALL states support timeout. Is timeout parameter missing in states description. Maybe timeout is inheriting the value from the workflow, or Sleep and Inject states just should be excluded from ALL states support timeout? Like: "All states except Sleep and Inject are support timeout.". Thank you for your clarification! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@hasys inject and sleep cannot, by definition, support timeout. |
Beta Was this translation helpful? Give feedback.
@hasys inject and sleep cannot, by definition, support timeout.
The inject state should either complete or fail, and the sleep state should imho be gone, as the same can be achieved with actions waitBefore/waitAfter.