This blog will help you in deciding when to use DMN and and when to use VBCS business rules. Instead of long post with lot of content, this post uses approach...
This blog will help you in deciding when to use DMN and and when to use VBCS business rules. Instead of long post with lot of content, this post uses approach of decision tree. Very specific decision point, and how should you decide between two options.
This blog will help you in deciding when to use DMN and and when to use VBCS business rules. Instead of long post with lot of content, this post uses approach of decision tree. Very specific decision...
This blog will help you in deciding when to use process web form and and when to use VBCS form. Instead of long post with lot of content, this post uses...
This blog will help you in deciding when to use process web form and and when to use VBCS form. Instead of long post with lot of content, this post uses approach of decision tree. Very specific decision point, and how should you decide between two options.
This blog will help you in deciding when to use process web form and and when to use VBCS form. Instead of long post with lot of content, this post uses approach of decision tree. Very...
Introduction PCS was Oracle’s first process automation solution for the Oracle cloud and it was released in 2015. Oracle’s Integration Cloud (OIC) is an...
Introduction PCS was Oracle’s first process automation solution for the Oracle cloud and it was released in 2015. Oracle’s Integration Cloud (OIC) is an integrated platform suite that includes PCS and ICS and was released in 2017. OIC is available today on Oracle’s latest generation 2 infrastructure platform and is managed by Oracle. The Process component of OIC has lot of new features including dynamic processes, new notification capabilities (form as attachment, etc) in...
Introduction PCS was Oracle’s first process automation solution for the Oracle cloud and it was released in 2015. Oracle’s Integration Cloud (OIC) is an integrated platform suite that includes PCS...
Introduction Oracle Process Cloud Workspace is a web application that a user uses to interact with human activities in BPMN processes. It is a stand-alone web...
Introduction Oracle Process Cloud Workspace is a web application that a user uses to interact with human activities in BPMN processes. It is a stand-alone web application in Oracle Integration Cloud Service (OICS). In some use cases, customers want to embed the Workspace application in an iframe of their own web page. Out of box, this is not possible because all HTTP responses from the Workspace have an X-Frame-Options header set to "sameorigin". It does not allow browsers to...
Introduction Oracle Process Cloud Workspace is a web application that a user uses to interact with human activities in BPMN processes. It is a stand-alone web application in Oracle Integration Cloud...
Introduction Oracle PCS Web Forms allow PCS developers to construct a web-based interface for users to interact with process instances. The Web Form comes out...
Introduction Oracle PCS Web Forms allow PCS developers to construct a web-based interface for users to interact with process instances. The Web Form comes out of the box with some basic UI components such as input fields, text areas, buttons, tables, etc. One frequently used web-based text editing tool: Rich Text Editor, however, is missing. We ran into this requirement in a recent customer engagement. This post demonstrates one way to add a popular rich text editor to your...
Introduction Oracle PCS Web Forms allow PCS developers to construct a web-based interface for users to interact with process instances. The Web Form comes out of the box with some basic UI...
Introduction As part of the development, test, and deployment process, PCS customers often need to move PCS applications from one environment to another....
Introduction As part of the development, test, and deployment process, PCS customers often need to move PCS applications from one environment to another. Currently (as of version 17.2.3) this is a manual process. Customers have to export applications from a source PCS environment, make necessary changes in connectors and then import the applications to a target environment. There are no PCS APIs available for exporting and importing. So these two steps have to be done...
Introduction As part of the development, test, and deployment process, PCS customers often need to move PCS applications from one environment to another. Currently (as of version 17.2.3) this is...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1 and use Oracle JET (Javascript Extension Toolkit) to create an HTML/js application. Oracle JET is also an MVVM (model-view-viewmodel) architecture as we saw in Part 2. JET using Knockout.js for the ViewModel instead of Vue.js we used in Part 2. There is an excellent overview in the JET documentation where you will find...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1 and use Oracle JET (Javascript Extension...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the next step by using and presenting data retrieved from PCS. We started out stuffing the string representation of the JSON data into an HTML <div> on the page. Now let's present interesting bits of the data in a clear and appealing user interface. Building presentation structure separate from data and code is a...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the next step by using and presenting...
In part 1 and part 2 of my blog series, I have discussed and highlighted some tips and tricks of using layout and input controls in web form. In part 3, I will...
In part 1 and part 2 of my blog series, I have discussed and highlighted some tips and tricks of using layout and input controls in web form. In part 3, I will discuss and share some of the tips that will be useful to you when you add some dynamic behaviors using events in web form. Different controls have different behaviors/event, you can read the PCS official documentation for more details. Using connector in an event You can use REST connector in an event. To use the...
In part 1 and part 2 of my blog series, I have discussed and highlighted some tips and tricks of using layout and input controls in web form. In part 3, I will discuss and share some of the tips that...