Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
workflowassignment:getprocessdeadline
Retrieves the process deadline of a workflow assignment.
Syntax
<workflowassignment:getprocessdeadline name="assignment object name" varname="variable name"/>Parameters
name (required)- Name of the assignment object.
varname (required)- Name of the output variable. The output value will be an integer representing the number of milliseconds since midnight January 1, 1970, of the deadline for the process, or 0 if there is no deadline.
Error Numbers
The possible values of
errnoinclude:
Example
<workflowassignment:getprocessdeadline name="assignobj" varname="processdeadline"/>
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.