folder_deleteEntryWorkflow

Removes a workflow from an entry.

Syntax

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

Description

The folder_deleteEntryWorkflow operation removes a workflow process from 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 entry for which you want to remove a workflow process.

workflowDefinitionId

A string containing the definition identifier for the workflow process you want to remove from the entry.

return_value

None.

See Also