Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

workflowengine:completeassignment

Allows a user to send an asset to the next state in the workflow process.

Syntax

Parameters

site (required)
Publication id.

id (required)
Workflow assignment id.

ACTION (optional)
Comment about what action the current user has taken.

comment (optional)
Comment about what action the next user should take.

nextstep (required)
id of the chosen workflow step.

varname (required)
If COMPLETE ASSIGNMENT action fails, stores the reason for the failure.

deadline (optional)
Date object. Stored as time in milliseconds since midnight of 1/1/1970.

assignmentlist (optional)
Required for the "Choose assignee when step is taken" step. Otherwise, optional.

Description

The workflowengine:completeassignment allows a user to send an asset to the next state in the workflow process.

Note the following when you use the assignmentlist parameter; when adding a new workflow step to a workflow process, the administrator needs to decide on the assignment method, which determines to whom the asset is assigned in the next workflow state. There are four assignment methods from which to choose:

If the administrator selects the "Choose assignee when step is take" assignment method, then the workflow participant is presented with a list of possible assignees at the time of "Finish my assignment".

For more information about setting up a workflow process, see the Sites Administrator's Guide.

Error Numbers

The possible values of errno include:
Value
Description
-12027
No asset assignment.
-12036
Wrong asset state.
-12028
Not logged in
-12029
Missing user
-12030
Insufficient privileges

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.