folder_modifyWorkflowState

Changes the workflow state of an entry.

Syntax

public void folder_modifyWorkflowState( String accessToken, long entryId, long StateId, String toState );

Description

The folder_modifyWorkflowState operation changes the workflow state of a folder entry.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

entryId

The identifier of the entry whose workflow state you want to change.

stateID

The token ID of the current workflow state from which you want the entry to transition to the new state.

toState

A string identifying your desired workflow state.

return_value

None.

See Also