Chris Gillum

Results 47 comments of Chris Gillum

I recall either Mike saying this or reading a comment in the WebJobs code that function names must be valid C# identifiers. If that's the case, it seems like it...

Any suggestions on where it makes sense to add this content? I think most of our existing workflow content describes the workflow feature in isolation, but is there a place...

I agree with the sentiment and that we it would be good to clarify what happens as part of the "when-any" pattern for workflows. I'm not sure I understand the...

@kaibocai I don't think it makes sense to pause all SDK work because of a small change we want to make to the `SkipIfExists` policy. IIRC, the proposed change only...

Besides my comments above, the rest of the changes look good to me. However, it looks like there are some build failures that still need to be resolved. I'm a...

> Demonstrate more than just logging, for example - sequence, fan-in/fan-out I spoke to @RyanLettieri about the sample, and I don't think fan-out/fan-in is a good match for an order...

The Dapr Workflow SDK uses a separate gRPC channel from the core Dapr Client, which is why the usual method of changing this configuration isn't working. Some additional changes to...

Also tagging @RyanLettieri on this PR since he's the original author of the workflow E2E test.

Regarding `registeredActivites`, the current programming model doesn't require workflows to declare what their activities are. Rather, activities are declared at the app level, and the activities that actually get called...

Hey @mhoeger, great to hear that this is a simple change! Yes, I can confirm that this section will not have any secrets or PII (I assume that's the criteria...