Managing the URI of the Human Task Service Component Task Details Application

Managing Human Workflow Service Components and Engines 21-13

21.6.2.1 Migration Property File Examples

This section provides examples how to configure the migration.properties file.

21.6.2.1.1 Exporting All Attribute Labels The following example exports all attribute

labels. operationType = EXPORT objectType = TASK_PAYLOAD_FLEX_FIELD_MAPPING name = ALL user = jcooper group = grantPermission = true migrateAttributeLabel = true override = true name Specify the object name if you specified VIEW or TASK_ PAYLOAD_FLEX_FIELD_MAPPING values for the objectType. This property refers to the following: ■ viewName for VIEW ■ taskDefinitionId for TASK_PAYLOAD_FLEX_FIELD_ MAPPING Specify ALL to identify all objects of this type. user Specify the user name only if you specified the VIEW or RULE value for the objectType property. If a user is not specified for VIEW, it implies STANDARD_VIEW. group Specify this property only if you specified the RULE value of the objectType property. It identifies the group name for example, LoanAgentGroup. grantPermission Specify this property only if you specified the VIEW value of the objectType property. ■ true: Migrates view definitions and grants. ■ false: Migrates only view definitions. migrateAttributeLabel Specify one of the following values: ■ true: Migrates only attribute labels. Payload mappings are not migrated. ■ false: Does not migrate attribute labels and payload mappings. override Specify whether to override the data on the target SOA server: ■ true: Overrides the existing workflow user-configurable data on the target SOA server. ■ false: Does not override the target SOA server instance that has the workflow user-configurable data. skip Specify error handling details. ■ true: Errors are skipped and the migration utility continues processing. ■ false: Any encountered error halts the migration. migrateToActiveVersio n Specify a value for mapping task definition IDs. ■ true: Maps task definition IDs to the active version in the target SOA server instance. ■ false: Does not map task definitions. Argument Definition 21-14 Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle BPM Suite skip = true migrateToActiveVersion = true

21.6.2.1.2 Importing All Attribute Labels The following example imports all attribute

labels. operationType = IMPORT objectType = TASK_PAYLOAD_FLEX_FIELD_MAPPING name = ALL user = jcooper group = grantPermission = true migrateAttributeLabel = true override = true skip = true migrateToActiveVersion = true

21.6.2.1.3 Exporting Specific Attribute Labels The following example exports specific

attribute labels. operationType = EXPORT objectType = TASK_PAYLOAD_FLEX_FIELD_MAPPING name = cb801c91-4605-4e96-a234-aeb8441f0388 user = jcooper group = grantPermission = true migrateAttributeLabel = true override = true skip = true migrateToActiveVersion = true

21.6.2.1.4 Importing Specific Attribute Labels The following example imports specific

attribute labels. operationType = IMPORT objectType = TASK_PAYLOAD_FLEX_FIELD_MAPPING name = cb801c91-4605-4e96-a234-aeb8441f0388 user = jcooper group = grantPermission = true migrateAttributeLabel = true override = true skip = true migrateToActiveVersion = true

21.6.2.1.5 Exporting Task Payload Mapped Attribute Mappings for All Task Definition IDs The

following example exports task payload mapped attribute mappings for all task definition IDs. operationType = EXPORT objectType = TASK_PAYLOAD_FLEX_FIELD_MAPPING name = ALL user = jcooper group = grantPermission = true migrateAttributeLabel = false override = true skip = true migrateToActiveVersion = true