SysWorkflowTable::delete Method
Deletes the specified SysWorkflowTable and SysWorkflowInstanceTable records.
Syntax
client server public static void delete(WorkflowCorrelationId _correlationId, [boolean _isRoot])
Run On
Called
Parameters
- _correlationId
Type: WorkflowCorrelationId Extended Data Type
The WorkflowCorrelationId value that identifies the SysWorkflowTable correlation.
- _isRoot
Type: boolean
A Boolean value that specifies whether the _correlationId is the root correlation; optional.
Remarks
Deletes the SysWorkflowInstanceTable by way of the SysWorkflowTable table cascade delete action.