-
Setting assignment to a project "Member" group
Content Server 20.4 - Folder triggered WebReport initiating a Workflow — how to set assignments to project Member group. In a project I have a WR Trigger that starts an approval workflow and I want to set the reviewer task assignment to one of the project-specific groups. Furthermore, I want to do this within a project…
-
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},…
-
initiate workflow rest api 22.1
Hi, Is there an example where they show how to consume the API rest of starting a workflow process?
-
Unable to test the sample application "contract-approval" provided on the platform
Set up the contract-approval application on vs code, following the vscode-tutorial.pdf tutorial document but unable to load the login page after firing the npm start command.
-
How to restore a deleted workflow on a document?
Hello, I have executed the below api to destroy the workflow but I want to know how I can restore the workflow back on the document: destroy,c,<workflow_id> Is there any api used to restore a deleted workflow? Any help is much appreciated. Thank you.
-
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?
-
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…