Applies an answer to a workflow question for a specified entry.
public void folder_setWorkflowResponse( String accessToken, long entryId, long stateId, String question, String response );
The folder_setWorkflowResponse operation establishes an answer for a workflow question for a specified 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 that is currently in the workflow state within which you want to apply an answer to a question.
The token ID of the current workflow state that defines the question that you want to affect.
A string identifying the question that you are providing an answer to.
A string identifying the response you want to apply to the workflow question.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)