Initiates a workflow process for a folder entry.
public void folder_addEntryWorkflow( String accessToken, long entryId, String workflowDefinitionId );
The folder_addEntryWorkflow operation initiates a workflow process for 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 folder entry with which you want to initiate a workflow process.
The definition identifier of the workflow process that you want to initiate for the specified folder entry.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)