folder_addEntryWorkflow

Initiates a workflow process for a folder entry.

Syntax

public void folder_addEntryWorkflow( String accessToken, long entryId, String workflowDefinitionId );

Description

The folder_addEntryWorkflow operation initiates a workflow process for 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 entry identifier of the folder entry with which you want to initiate a workflow process.

workflowDefinitionId

The definition identifier of the workflow process that you want to initiate for the specified folder entry.

return_value

None.

See Also