web analytics
free online training

Posts Tagged ‘Human Workflow’

Vacation Approval Request Example

Vacation Approval Request is an example usecase showcasing the capabilities of Oracle Task component and provides an overview of different features available with component, assign users dynamically/statically for a use case and how to customize the task UI of the work list application.

In this example, an employee raises a vacation request and the request will be approved or rejected by his manager. Manager UI for approving or rejecting the task is customized to add company branding and the look and feel changed as per the requirements. The approval or rejection comments are propagated back to the caller.

Related posts

Human Workflow Example

image

Continuing from earlier Mediator example, lets extend our use-case to include .

MyDel handles two types of orders: Normal and Express. Normal orders are processed only after order items arrive in the Depot. Depot manager then logs into Workflow and releases the order to be sent for further processing in Order Management system. However, Express orders are directly sent for processing into Order Management system.

In this example, we are going to route orders through an Order Router that will route Express and Normal orders to Order Management service and Human Workflow respectively. Depot Manager logs into Workflow system to release order for the goods received in Depot. Released orders will be written to Order Management system.

Related posts