WorkflowManagerIncrementTotalStepsCount Method |
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void IncrementTotalStepsCount(
Guid workflowInstanceGuid,
int incrementBy,
Database database,
DbTransaction transaction
)
Parameters
- workflowInstanceGuid
- Type: SystemGuid
- incrementBy
- Type: SystemInt32
- database
- Type: Database
- transaction
- Type: System.Data.CommonDbTransaction
See Also