Interface IRuntimeIdProvider
OptimaJet.Workflow.Core.Runtime.IRuntimeIdProvider
Provides a runtime identifier that is used to initialize a WorkflowRuntime instance.
Namespace: OptimaJet.Workflow.Core.Runtime
public interface IRuntimeIdProviderType Hierarchy
- IRuntimeIdProvider Current type
- Implementing types
Methods
string GetId() #Gets the runtime identifier for initialization.
Returns
Type
Description
StringThe runtime identifier.