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

 

Workflow Action Tags

Workflow action tags manage workflow action objects. There are six kinds of workflow action objects.

Workflow actions are invoked when a step is taken. The only exception to this rule is the delegate action, which is invoked when an asset is delegated to another user.

Note that workflow action objects are created, loaded, saved or deleted using workflow engine tags. See the following tag descriptions:

workflowengine:createnewassignmentaction
workflowengine:createnewcondition
workflowengine:createnewdeadlockaction
workflowengine:createnewdelegateaction
workflowengine:createnewstepaction

Note

Each JSP file containing workflowaction tags must have the following directive at the top:

<%@ taglib prefix="workflowaction" uri="futuretense_cs/workflowaction.tld" %>

  Home > Contents > Index >

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