Changes the workflow state of an entry.
public void folder_modifyWorkflowState( String accessToken, long entryId, long StateId, String toState );
The folder_modifyWorkflowState operation changes the workflow state of 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 identifier of the entry whose workflow state you want to change.
The token ID of the current workflow state from which you want the entry to transition to the new state.
A string identifying your desired workflow state.
None.
Java objects in the Vibe sources (see Working with Java Objects)