Task Actions in Email Notification in Oracle Process Cloud Service by Ankur Jain

image

The video will describe how to send task action in email notifications in Oracle Process Cloud. Along with this, you would see how the remainder will be sent if the action has not been taken. Watch the video here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Boost Your WebForm Productivity with our New Expression Builder Features by Nicolas Damonte

image

We’re introducing several new Oracle Integration improvements we hope will markedly boost your web form expression productivity.

These enhancements are an example of our ongoing efforts to address your feedback!

Expression Editor Redesign

We’ve redesigned the form expression editor to make it easier to build and keep track of event logic. The expression editor content is now cleaner, more compact, and easier to understand. Many of the changes were made in response to feedback from customers and the User Assistance team. For example, function variables are now aligned, and expression summaries are now clearly differentiated from input fields. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Integration, Process & Insight – Netsuite Data Sync Use Case by Niall Commiskey

image
Introduction

OIC is a toolkit – 4 main tools –
Integration – connect your apps
Process – intelligent human workflows – can be used to extend apps or for your own custom processes.
Insight – analyze what’s going on in Integration and Process, but this from a business user perspective. More details below.
Visual Builder – create net new apps on top of your apis.
For those who haven’t seen Insight before – the OraDocs provide the following succinct description of what it offers. Integration Insight in Oracle Integration provides a business-friendly experience, allowing users to model, collect, and monitor business-level metrics using web-based dashboards. Integration Insight works with business processes that are implemented using the Integrations or Processes features in Oracle Integration. At a high level, Integration Insight provides:
• A web-based interface to:
– Model business processes, including milestones
– Map models to a business processes implementation
– Monitor business progress through dashboards
• Efficient workflow requiring no development effort and minimal impact to runtime.
• Advanced analytics presented in both preconfigured and custom dashboards.

The following example leverages 3 of the OIC tools – Integration, Process and Insight in the context of a Netsuite data synchronisation use case. Please see my previous post here, for details of leveraging Visual Builder on top of Netsuite.

Integration

Let’s begin the with the integration that implements the data sync use case –
Commiskey Inc. uses SFDC for CRM and Netsuite for ERP. The company needs to ensure that customers and contacts are synced between the 2 SaaS apps. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Hands-on Digital Modernization by Chris Peytier

image

This hands-on, instructor-led workshop supplements live presentations and demos in order to give you a concrete experience of using some of our solutions. No expertise or previous experience is required.

This lab will show you how to create a process application, use the Process
WebForm tool to modify GUI forms as well as understand the basics of a process
flow. It will also allow you to bind your process to an integration in order to
realize the power of having both Integration and Process in the same solution

The objectives of this lab are to:

1. Make you more familiar with the basic components of a process application.

2. Study and understand the features of WebForm, the GUI tool built-in the
Process component.

3. Understand the basics of BPMN.

4. Understand the concept of QuickStart

5. Learn how to leverage an integration. Get the free training material here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Swagger API document from Any WADL & Schema in Oracle SOA by Sandeep Pachauri

image

Hope everyone is doing well these days, Recently I started a project work over how to generate swagger API document for your any REST API, In case if you don’t know what is swagger please go and check "https://swagger.io/tools/swagger-editor/". It’s a great and easy to use tool which will help to create user friendly, human readable form API documentation with extension for generating API client in different languages with capability of testing your API from same.

What is swagger editor,

Design, describe, and document your API on the first open source editor fully dedicated to OpenAPI-based APIs. The Swagger Editor is great for quickly getting started with the OpenAPI (formerly known as the Swagger Specification) specification, with support for Swagger 2.0 and OpenAPI 3.0.

What benefits you will get by using swagger,

  • Runs Anywhere, The Editor works in any development environment, be it locally or in the web.
  • Smart Feedback, Validate your syntax for OAS-compliance as you write it with concise feedback and error handling. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

SOA Suite: SOAP Faults in BPEL and Mediator by Martien van den Akker

imageIn the past few months, at our current customer we are having a "robustness project" to improve our SOA Suite implementation. We had a lot of duplication and it turned out that we had a lot of WSDLs in our composite projects. Many of those are a result of BPEL projects from 10g. But some of them weren’t possible to move because it would break the project.

The first projects where I encountered the problem were projects with Mediators. After moving the WSDLs to MDS, most of our SoapUI/ReadyAPI unit test worked, except for those simulating a SOAP Fault. It seemed that the Mediator could not map the SOAP Fault. I searched "me an accident", we would say in Holland. But without any luck. Actually, I can’t find any documents that talks about catching SOAP Faults in SOASuite. Which is a weird thing, because in BPM Suite, sharing the same soa-infra and process engine, there is a preference for SOAP Faults. Because BPM can react with specific exception transitions on SOAP Faults.

So what is this weird behavior? Well actually, SOA Suite, apparently both BPEL and Mediator, interpret SOAP Faults as Remote Faults! So, in BPEL you can’t catch it as a SOAP Fault and Mediator can’t route it in the correct way. What you would suggest from the UI. However, just now I found a solution. That is, I found it earlier for Mediator, but couldn’t explain it. Since the same behavior can be seen in BPEL as well, I can write down my story. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

PaaS (Process & Integration) Partner Community Newsletter August 2020

Dear PaaS Partner Community,

Want to increase the Oracle Cloud business? Create new service offerings and solutions for Oracle SaaS solution based on the Oracle Cloud Platform? Watch the webcast with Suhas Uliyar, Vice President Oracle Product Management. SaaS solutions like HCM, CX and ERP Cloud need to be integrated and customized:

· Oracle Integration connects SaaS solutions with out of the box adapters.

· Oracle Digital Assistant innovates SaaS solutions with pre-build chatbots.

· Oracle Process and Visual Builder extends SaaS solutions with customized UIs and workflows.

Follow the three steps to success:

· Watch the on-demand Connect, Innovate & Extend SaaS Partner Kickoff Webcast 2020

· Sales Central: Get the sales kits including battle card & customer presentation in ppt format visit Salescentral.oracle.com

· Bootcamps: Become an expert attend hands-on integration workshop & certifications Attend a training & free certification.

 

Jump-start your SaaS Integration with prebuild SaaS adapters for the latest please visit the new Oracle Integration Home Page. With the OIC August release a new Paypal adapter is available. One of the use cases is to integrate PeopleSoft using OIC. Thanks to the community for sharing all the integration articles: August 2020 Update & New Release Cycle & Enhanced Integration with your Business Partners using OIC AS2 Adapter & Convert Basic Routing style Integration to Orchestration style & User Friendly Names in Mapper & OIC integrating BigCommerce with Netsuite #784 Using Pagination with the OIC Shopify adapter & See how OIC integrations are behaving at runtime & Using Pagination with the OIC Shopify adapter & OIC –> Updating Product Inventory in Shopify & Leveraging Oracle Integration File Server For File Based Integrations & Docker Image for Oracle integration (OIC) Connectivity Agent & Data Stitch Assign operation for Elements with Attributes & Promoting Your Code & A little bit of insight in SOA Suite future & Receive and send WSA Properties in BPEL 2.0.

In the process & innovation section we published a decision model tutorial and how to link a process instance.

Watch Dhwani Shah: Extend & enrich your Oracle SaaS with Evosys’ PaaS Solutions. We want to promote also your customer success, submit your story via the customer reference program.

For a short summery of our monthly key information watch the PaaS Partner Updates on YouTube. The August edition highlights the on-demand partner kickoff webcast and the updated Oracle partner finder. This month’s community webcast will we our annual kickoff webcast with Suhas Uliyar. Please join Chatbot Design best practices for Conversational UX Webcast August 18th 2020

Want to publish your best practice article & news in the next community newsletter? Please feel free to send it via Twitter @soaCommunity #PaaSCommunity
To read the newsletter please visit www.tinyurl.com/PaaSNewsAugust2020

Please like and share the newsletter at Twitter and LinkedIn

PaaS Community Newsletter small August 2020

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: newsletter,SOA Community newsletter,SOA Community,Oracle,OPN,Jürgen Kress

OIC – Monitoring API – Getting Activity Stream data by Niall Commiskey

image

Simple example here – The above integration does little, receives a JSON request and maps that to a JSON response. But it will suffice to show how we can leverage the AI to retrieve activity stream data for an integration flow. Here is the monitoring view – Now to get this data, via the OIC REST API – The api is documented. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

Token required to provision an Oracle Integration Cloud instance by Ankur Jain

image

I have seen that most of the people are struggling to create an Oracle Integration Cloud instance due to the mandatory token parameter. The token is a mandatory parameter and without this, you can not create an OIC instance.

You may have seen in one of the OIC videos which show how to provision an OIC instance but in this video, the step is missing as while creating this video, this parameter was not required at all. Oracle has introduced this parameter recently which causing people to find out how to get this token.

In this article, I will explain all the steps required to generate the token. The token can be extracted from Oracle Identity Cloud Service (IDCS) admin console. Hence you have to navigate to the IDCS console first.

Few links can be helpful

Provisioning the Oracle Integration Cloud (OIC) Instance

Oracle Autonomous Transaction Processing instance provisioning

There are a couple of ways to login to the IDCS admin console.

Login into the IDCS admin console

Solution-1: This is one of the shortest paths to login into the IDCS admin console. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

B2B – EDI Translation support by Niall Commiskey

image

Another compelling new feature for OIC – EDI X12 support. For those who never heard of X12 – think of it as a set of standard docs allowing companies to do business with each other, e.g. Company A sends an X12 850(Purchase Order) to Company B. You can see the full list of X12 docs here

So nothing like a simple example to illustrate our X12 support. Let’s begin with an Inbound X12 example. In this case, I receive a PO in EDI 850 format. I need to process this and post it to Netsuite, for example. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress