IdCacheable

interface IdCacheable(source)

If your Workflow caches its WorkflowIdentifier (to avoid frequent lookups) then implement this interface. Note that StatefulWorkflow and StatelessWorkflow already implement this, so you only need to do so if you do not extend one of those classes.

Your Workflow can just assign null to this value as the identifier extension will use it for caching.

Inheritors

Properties

Link copied to clipboard