CREATE TASK CREATION || PART 2
ฝัง
- เผยแพร่เมื่อ 6 ม.ค. 2025
- Tasks in APEX are used for user approvals or actions,
Types:
Approval Tasks: These require approval or rejection by the task owner. For example, a manager might approve or deny a laptop request for an employee.
Action Tasks: These require specific actions to be performed by the task owner. For instance, an employee might need to fill out a self-evaluation.
When configuring tasks, you focus on details and customization for each type of task. APEX offers several components for task management:
Task Definition: Configures task parameters, participants, actions, and due dates.
Unified Task List: A page type for creating a task summary, functioning like an inbox.
Task Details Page: Displays specifics of a task, including metadata, history, comments, and actions.
Human Task Page Processes: Create and manage task instances in your pages.
APEX_HUMAN_TASK (APEX_APPROVAL) API Package: Used programmatically for task creation, retrieval, and management.
Customizing these components allows you to tailor tasks to your application needs. Once you define a task, you add it to a page using a Human Task - Create page process.
Users can then view and take action on their tasks through the unified task list, with task states changing based on user actions.
#oracleapex #oracle #tamil #workflowautomation #task #apex