Working with Task Flow Styles

Use a task flow style as a starting point for creating new custom task flows. WebCenter Portal provides two built-in task flow styles, and you can create new custom task flow styles to meet specific requirements.

Task flow styles are useful if you want to reuse a custom visualization in different task flows in your portal. When you create a task flow, the Create Task Flow dialog displays all available task flow styles.

Permissions: To perform the tasks in this chapter, you need one of the following portal-level permissions:

For more information about portal-level permissions, see About Roles and Permissions for a Portal.

Topics

About Task Flow Styles

A task flow style provides a starting point for creating a new task flow.

On the Assets and Shared Assets pages, WebCenter Portal provides the two built-in task flow styles shown in the table below, and you can create new custom task flow styles. If a task flow style is a shared asset (available to all portals), it is shown on the Assets page of all portals along with portal-specific task flow styles.

You cannot directly edit the built-in task flows styles. However, you can create custom task flow styles by copying an existing style and then editing its source code.

Name Description
Blank A one-column task flow with one layout box into which you can add content, including additional layout components.
Switching this task flow style is allowed.
Stretch Maximizes the task flow to take up all available space.
Task flows based on this style cannot be switched.

Creating a Task Flow Style

You can create a new task flow style by copying an existing task flow style and then editing the source code to meet your requirements.

For more information, see Copying an Asset and Editing the Source Code of an Asset

Editing a Task Flow Style

Use the Edit Source option to edit the source code of a task flow style’s task flow definition file, view fragment, or the fragment’s page definition file.

If you wish to edit a task flow style to alter its layout, you can create a custom visualization with the required UI components and use a dummy EL value, #{dataPresenter.dummyData.collectionModel}, as a placeholder for the real data. When you create a task flow using this style, you can replace the dummy EL value with the real binding.

If you need EL assistance, an application developer can provide an EL expression; see Expression Language Expressions in Developing for Oracle WebCenter Portal.

For information about how to edit a task flow style’s source files, see Editing the Source Code of an Asset.

Managing Task Flow Styles

The following options are available on the Assets and Shared Assets page to enable you to manage task flow styles.

See Also: Accessing Portal Assets and Accessing Shared Assets