Removes a workflow from an entry.
public void folder_deleteEntryWorkflow( String accessToken, long entryId, String workflowDefinitionId );
The folder_deleteEntryWorkflow operation removes a workflow process from a folder entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the entry for which you want to remove a workflow process.
A string containing the definition identifier for the workflow process you want to remove from the entry.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)