Oracle Integration · Arazzo Workflow
Oracle Integration Review and Action a User Task
Version 1.0.0
Pull a user task, read its payload, and approve or reject it based on the assignee's review.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
review-and-action-task
Read a task and its payload, then action it when it is still assigned.
Retrieves a task, reads its payload, and performs the supplied action only when the task state is ASSIGNED.
1
getTask
getTask
Retrieve the task to capture its title, current state, and parent process.
2
getPayload
getTaskPayload
Read the task payload so the reviewer has the full data context before deciding on an action.
3
performAction
performTaskAction
Perform the supplied action on the assigned task, including a reassignment target for the REASSIGN action.