WorkflowRemove

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > Workflow >

WorkflowRemove

available from build: 20080526

Description

It removes the passed unique_id from the Workflow

Syntax

call DBWShell("WorkflowRemove uid")

Parameter

uid

It's a comma-separated uid list to be removed from the workflow process

Example

Sub main()

 DBWInit(TRUE)
 DBWShell("WorkflowRemove 345,678,910")
End Sub