Your development team has built a serverless application consisting of multiple OCI Functions. They want to orchestrate these functions into a coherent, server-side workflow that handles parallel execution, error retries, and branching logic. Which OCI service should you use?
Trap 1: OCI Streaming
OCI Streaming is a publish-subscribe messaging service, not a workflow orchestrator.
Trap 2: OCI Resource Manager
OCI Resource Manager is a Terraform-managed infrastructure orchestration service, not a serverless application workflow engine.
Trap 3: OCI Vault
OCI Vault is used for secrets management and encryption keys.
- A
Oracle Integration
Oracle Integration provides comprehensive workflow orchestration capabilities for integrating OCI Functions, applications, and services.
- B
OCI Streaming
Why wrong: OCI Streaming is a publish-subscribe messaging service, not a workflow orchestrator.
- C
OCI Resource Manager
Why wrong: OCI Resource Manager is a Terraform-managed infrastructure orchestration service, not a serverless application workflow engine.
- D
OCI Vault
Why wrong: OCI Vault is used for secrets management and encryption keys.