Home > Contents > 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
errno
include:
Value Description -12020 No object by name. -12037 Required field missing.
Example
<WORKFLOWASSIGNMENT.GETPROCESSDEADLINE NAME="assignobj" VARNAME="processdeadline"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.