Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Resource Kit Upgrade (In-place Upgrade)
  10. Post-Upgrade Tasks
  11. Search Configuration Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Troubleshooting the Upgrade Process
  16. Frequently Asked Questions
  17. Processing Existing ActiveVOS Tasks
  18. Configuring Metadata Caching

Upgrading from Version 9.7.1

Upgrading from Version 9.7.1

Updating Presentation Parameters in Workflows for Subject Areas

Updating Presentation Parameters in Workflows for Subject Areas

If you customized a workflow based on subject areas, open the .bpel file and compare the presentation parameters with the following list of parameters. Add or update the presentation parameters for each task as necessary.
While an expression can contain an absolute reference to a parameter, the best practice for customized workflows is to point to the
getInput()
method for the task. Consider replacing the absolute references to the presentation parameters with calls to the
getInput()
method. For example, replace
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/
with
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/
. The expressions in the following table call the input method.
The expressions use the namespace prefix
mdmavxsd
. If you encounter any issues after you update a custom workflow, verify that
mdmavxsd
is defined as a prefix for
urn:informatica.mdm.av.xsd
.
The following table lists the presentation parameters and expressions:
Parameter
Type
Expression
subjectareauid
string
$InfaTask/mdmavxsd:taskData/mdmavxsd:subjectAreaUID
title
string
$InfaTask/mdmavxsd:taskData/mdmavxsd:title
creator
string
$InfaTask/mdmavxsd:taskData/mdmavxsd:creator
mdmtasktype
string
$InfaTask/mdmavxsd:taskType/mdmavxsd:name
orsId
string
$InfaTask/mdmavxsd:orsId
duedate
string
$InfaTask/mdmavxsd:taskData/mdmavxsd:dueDate
tasktypename
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskType/mdmavxsd:name
taskTypeDisplayName
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskType/mdmavxsd:displayName
taskTypeDescription
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskType/mdmavxsd:description
taskTypePendingBVT
boolean
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskType/mdmavxsd:pendingBVT
taskTypeDataUpdateType
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskType/mdmavxsd:dataUpdateType
taskTypeDisplayType
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskType/mdmavxsd:displayType
priorityOut
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:taskData/mdmavxsd:priority
workflowVersion
string
htd:getInput('processTaskRequest')/mdmavxsd:INFATask/mdmavxsd:workflowVersion/text()
For more information about updating .bpel files, see the ActiveVOS documentation.

0 COMMENTS

We’d like to hear from you!