folder_setWorkflowResponse

Applies an answer to a workflow question for a specified entry.

Syntax

public void folder_setWorkflowResponse( String accessToken, long entryId, long stateId, String question, String response );

Description

The folder_setWorkflowResponse operation establishes an answer for a workflow question for a specified 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 that is currently in the workflow state within which you want to apply an answer to a question.

stateId

The token ID of the current workflow state that defines the question that you want to affect.

question

A string identifying the question that you are providing an answer to.

response

A string identifying the response you want to apply to the workflow question.

See Also