2.5 View and Approve Workflow Notifications
View pending or in-progress human tasks generated by workflows. Human task notifications help you find workflow steps that require manual action, such as review or approval. The notification API lists human tasks; completing, approving, rejecting, or otherwise acting on the task is handled by updating the corresponding task status and output.
Workflow notifications are created for human tasks. Use human tasks when a workflow requires manual review, approval, rejection, or other human intervention before the workflow can continue.
When a workflow reaches a human task, MicroTx Workflows creates a notification for that task and keeps the task in progress until a user takes action. The workflow waits at that step and resumes only after the human task is updated. This is useful for approval flows, exception handling, compliance checks, and agentic workflows where an AI-generated recommendation or action must be reviewed before execution continues.
Before you begin, note the workflow instance ID of the workflow execution. You can use this ID to find the related workflow notification and review the workflow execution details before approving or rejecting the task.
After you take action, the notification no longer appears on the Workflow Notification page because the human task is no longer pending or in progress. MicroTx Workflows resumes processing the workflow based on the status you selected and the workflow's business logic.
Parent topic: Workflows