Skip to content

Commit 9ebc978

Browse files
Update docs/develop/java/workflows/basics.mdx
Co-authored-by: Spencer Judge <spencer@temporal.io>
1 parent 3b8c1ee commit 9ebc978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/java/workflows/basics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ When you set the Workflow Type this way, the value of the `name` parameter does
211211

212212
## Workflow logic requirements {#workflow-logic-requirements}
213213

214-
Workflow logic is constrained by [deterministic execution requirements](/workflow-definition#deterministic-constraints). Therefore, each language is limited to the use of certain idiomatic techniques. However, each Temporal SDK provides a set of APIs that can be used inside your Workflow to interact with external (to the Workflow) application code.
214+
Workflow logic is constrained by [deterministic execution requirements](/workflow-definition#deterministic-constraints). Each Temporal SDK provides a set of APIs that can be used inside your Workflow to interact with external (to the Workflow) application code.
215215

216216
When defining Workflows using the Temporal Java SDK, the Workflow code must be written to execute effectively once and to completion.
217217

0 commit comments

Comments
 (0)