Oracle Waveset 8.1.1 Deployment Reference

When is Workflow Used?

Most Waveset tasks you perform are defined as a set of workflow processes. When you create a user in Waveset, for example, the corresponding workflow process defines and conducts activities that:

Workflows can run automatically without any user interaction or require user interaction in the form of an approval.

Workflows are typically launched as a side effect of checking in a view. Views are checked in when you click Save on a page that implements forms and views.

Workflows in the Repository

Within the Waveset repository, a workflow exists as a configuration object, typically of Type WFProcess. (The single exception to this object definition is the Create User workflow, which is defined as a ProvisioningTask object.) The taskType is always Workflow.


Note –

Waveset does not lock the repository object (that is, the User) while a workflow is executing. This is because workflows can run for days, and the repository object cannot remain unlocked for that long. However, Waveset prevents you from launching another update workflow on the same user.