mirror of https://github.com/dapr/docs.git
Apply PR suggestion
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
This commit is contained in:
parent
be9af3b979
commit
f004977370
|
@ -254,7 +254,7 @@ public override async Task<object> RunAsync(WorkflowContext context, MyEntitySta
|
|||
}
|
||||
```
|
||||
|
||||
Note that this example assumes you have a predefined `MyEntityState` class with a boolean `IsHealthy` property.
|
||||
> This example assumes you have a predefined `MyEntityState` class with a boolean `IsHealthy` property.
|
||||
|
||||
{{% /codetab %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue