File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ Represents a workflow context.
509
509
510
510
Gets the result from a specific action in the workflow.
511
511
512
- The asynchronous version uses the [ ** Task<TResult >** return type ] ( /dotnet/api/system.threading.tasks.task-1 ) , for example:
512
+ The asynchronous version uses [ ** Task<>** ] ( /dotnet/api/system.threading.tasks.task-1 ) as the return type , for example:
513
513
514
514
` Task<WorkflowOperationResult> GetActionResult(string actionName) `
515
515
@@ -525,7 +525,7 @@ The asynchronous version returns a **`Task`** object that represents the async
525
525
526
526
Gets the result from the trigger in the workflow.
527
527
528
- The asynchronous version uses the [ ** Task<TResult >** return type ] ( /dotnet/api/system.threading.tasks.task-1 ) , for example:
528
+ The asynchronous version uses [ ** Task<>** ] ( /dotnet/api/system.threading.tasks.task-1 ) as the return type , for example:
529
529
530
530
` Task<WorkflowOperationResult> RunTriggerResult() `
531
531
You can’t perform that action at this time.
0 commit comments