File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ timeouts are not specified through the @ActivityMethod annotation.
330
330
Calling a method on this interface invokes an activity that implements this method.
331
331
An activity invocation synchronously blocks until the activity completes, fails, or times out. Even if activity
332
332
execution takes a few months, the workflow code still sees it as a single synchronous invocation.
333
- Isn't it great? I doesn't matter what happens to the processes that host the workflow. The business logic code
333
+ Isn't it great? It doesn't matter what happens to the processes that host the workflow. The business logic code
334
334
just sees a single method call.
335
335
``` java
336
336
public class FileProcessingWorkflowImpl implements FileProcessingWorkflow {
You can’t perform that action at this time.
0 commit comments