Oracle Integration · Arazzo Workflow
Oracle Integration Start a Process and Handle Its Task
Version 1.0.0
Start a structured process instance, locate the user task it generates, and act on that task.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
start-process-and-handle-task
Create a process instance and act on the first task assigned to the current user.
Verifies the process definition, creates an instance, lists tasks, retrieves the first task, and performs the supplied action on it.
1
getDefinition
Retrieve metadata for the process definition to confirm it exists before starting an instance.
2
createInstance
Create a new process instance from the definition with the supplied title and input payload.
3
listTasks
List user tasks so the task generated by the new process instance can be located.
4
5
performAction
Perform the supplied action on the task, recording an accompanying comment.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.