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
getProcessMetadata
Retrieve metadata for the process definition to confirm it exists before starting an instance.
2
createInstance
createProcessInstance
Create a new process instance from the definition with the supplied title and input payload.
3
listTasks
listTasks
List user tasks so the task generated by the new process instance can be located.
4
getTask
getTask
Retrieve the first task to confirm it is ASSIGNED before acting on it.
5
performAction
performTaskAction
Perform the supplied action on the task, recording an accompanying comment.