Moves the document to the next step until the given condition is satisfied, returns the last step info.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document to move
- comment
- Type: System String
Version comment
- condition
- Type: System Func WorkflowStepInfo, Boolean
Condition to evaluate
Return Value
Type: WorkflowStepInfoSee Also