Home > Contents > Index >
WORKFLOWENGINE.STARTOBJECTWORKFLOWPROCESS
Starts the workflow for an object.
Syntax
<WORKFLOWENGINE.STARTOBJECTWORKFLOWPROCESS SITE="pub_ID
" OBJECT="object_ID
" ID="workflow_process_ID
" [COMMENT="comment
"] [DEADLINE="assignment_deadline
"] [ASSIGNMENTLIST="participant_object
"] [ABSDEADLINE="workflow_process_deadline
"] [PARTICIPANTS="participants_object_name]/>Parameters
SITE (required)
- Publication ID.
OBJECT (required)
- Name of the workflow asset object.
ID (required)
- Workflow process ID.
COMMENT (optional)
- User's comments.
DEADLINE (optional)
- Date object containing the assignment deadline, which is the deadline for the particular step.
ASSIGNMENTLIST (optional)
- Participant object for the "Choose assignee when step is taken" assignment method. Required for start state.
ABSDEADLINE (optional)
- Date object which contains the absolute deadline, which is the deadline for the workflow process.
PARTICIPANTS (optional)
- Process participants object.
Description
The
WORKFLOWENGINE.STARTOBJECTWORKFLOWPROCESS
tag starts the workflow for an objectNote 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:
- Retain "From State" assignees
- No assignments, control actions with function privs
- Assign from list of participants
- Choose assignee when step is taken
If the administrator selects the "Choose assignee when step is taken" 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.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.