-
Error when launching workflow service
Hi, I am working through the Contract Approvals tutorial app. I got to the point of testing the app and when I got to the step where the workflow is intitiated - an error occurs. Looking at the error it doesnt provide much details so I was wondering if someone could help point me in the right direction. Thanks :) Error -…
-
How to achieve concurrent (parallel) workflows
Hello all, I am new to OpenText development and a client has asked for us to develop a form that allows for multiple form steps to happen at once (i.e. 4 review steps to be completed at the same time). I was wondering, is this something achievable with vanilla OpenText workflows? or Will we require additional modules to…
-
Updating a draft process with attributes using CS REST API
Hello everyone, we are trying to achieve a Workflow initiation where it has from the beginning attributes filled with data. For example, initiating a WF with the attribute "email" already with a value, to be used in an Email step. We've seen the thread where this was also explained here:…
-
Video - Workflow Service How-to video playlist updated
Workflow Service Playlist updated with 3 new videos The Workflow Service makes it easy for application developers to build not only simple workflow processes with step logic but also complex BPMN 2.0-compliant workflow processes. The Workflow Service is managed and driven by REST API calls. REST API calls manage the full…
-
Custom Workflow Task Validation
When we were developing a workflow in the old day, we could use the FormTask and custom HTML to do custom validation against the data. However, with SmartUI, we cannot add a custom HTML to do custom validation. Is anyone can share the idea on how to do that with SmartUI?
-
How to change workflow atttribute values
Hello, Sorry, I am quite new in OT, and need your help with the following question. It is requested to change the value of the drop-down menu in the workflow attribute, but I can not find where the mapping was done. I checked almost all available config menus, classification and categories, unfortunately could not get…
-
Custom Workflow Validation in SmartUI
When we were developing a workflow in the old day, we could use the FormTask and custom HTML to do custom validation against the data. However, with SmartUI, we cannot add a custom HTML to do custom validation. Do we need to do a custom SmartUI development with a custom module if we want to do that? Or can we do a custom…