Interface IDocumentWorkflowStateProviderRepository
Defines method for storing a state provider in a document based workflow
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public interface IDocumentWorkflowStateProviderRepository
Methods
| Improve this Doc View SourceIsDocumentInWorkflowCompleted(Guid, Guid)
Returns a bool based on the document id and the workflow id
True if the state of this document in this workflow is completed.
Declaration
bool IsDocumentInWorkflowCompleted(Guid documentId, Guid workflowId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | documentId | Guid of the document |
System.Guid | workflowId | Guid of the workflow |
Returns
Type | Description |
---|---|
System.Boolean |