-
OT2 how to debug workflow
Dear colleagues, how in OT2 debug workflow steps using UI? How can I provide user or to administator a tool to view where (at which step) the workflow now and why it is so?
-
set attributes when initiate workflow using RestAPI
I am calling this endpoint to initiate a workflow /api/v2/processes and set the body={"definition":{"workflow_id":30568}} I want to pass 2 attributes called "Name" and "Email" that I should take this attributes in the start step how I can do this ? I tried to set the body as {"definition":{"workflow_id":30568},…
-
Workflow - Text Pop-up Attribute - Multiple Rows
Hi, Wondering if anyone else has run into this and how they managed it. I have a workflow with a text pop-up with a Max rows of 4. Default 1. It is a required field. The user initiated with 3 rows but left one as <None> . The first task is assigned to a user and they get it in Smart View. They fill in their required fields…
-
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…