|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Workflow > WorkflowRemove |
available from build: 20080526 |
It removes the passed unique_id from the Workflow
call DBWShell("WorkflowRemove uid")
uid |
It's a comma-separated uid list to be removed from the workflow process |
Sub main()
DBWInit(TRUE)
DBWShell("WorkflowRemove 345,678,910")
End Sub