-
Workflow Tasks Not Appearing in “My Assignments” – Status Shows OK but Marked as “System Monitored”
Dears, We are facing an unusual issue in some of our workflows and would appreciate your insights: After a user completes an action in a workflow, the workflow status changes to OK. However, the next task does not appear in the “My Assignments” list of the intended recipient. In the Monitoring widget, the workflow is shown…
-
Is there a supported method to retrieve a token after initiating an OpenText workflow?
Is there a supported method to retrieve a token after initiating an OpenText workflow and securely transmit that token to an embedded iframe pointing to an external website?
-
How to pull the related CI's/relationships of Upstream/Downstream Apps details in device in SMAX
Hi Team, I have requirement where I need to auto assign incident where I need to pull the 1st level support group from the upstream device of involved device in incident. For E.g. navigate to involved device in IM --> Related Ci tab from the Involved device--> Upstream Application Instance (Actual Service)--> fetch the…
-
Oscript help with my code auto close script
hello, My callback function is not working, please help public function Dynamic autoCloseStep( \ Object prgCtx, \ WAPIWORK work, \ Integer workID, \ Integer subWorkID, \ Integer taskID, \ Integer returnSubWorkID, \ Integer returnTaskID, \ Dynamic extraData = Undefined ) Object tempPrgCtx = prgCtx // Create admin session…
-
Is it possible to dynamically assign a source file to a WebReport data source?
Hello Developers, I have a scenario where I need assistance in configuring a WebReport. Within a Workflow Template, under the Attachments section, I have a CSV file Template. Additionally, I have a WebReport in the same Attachments section. Currently, in the WebReport's data source I have provided a static reference to the…
-
<DataType_1_3_Workflow Attributes />
Hello everyone, I have an issue in the workflow regarding the naming of the step by the user and using <DataType_1_3_IDNumber />, which is one of the inputs in the workflow and has a value, but it does not appear. For example, in the following images
-
SetForm
how can use in web report tag guide to use Setform or SETWFFORM in OpenText Ex: [LL_REPTAG_!WFID SETWFFORM:<formTempFacsID>:<IDFACEID> /] don't work
-
Update WF Attribute with a variable without single quotes
Hello everyone, We are using a WebReport to update a WF attribute with the WF Owner Id (initiator), it is being set but with a single quotes around it. We are using the below to get the "OwnerId" from the WF, and set it to the WF attribute "InitiatorID" [LL_REPTAG_'[LL_REPTAG_'[LL_REPTAG_TRIGGERID /]' WFINFO:OWNERID /]'…
-
Celender Working days and holidays
Dears, we need to know the system defaults for the working days and holiday and how to change these defaults? Regards,
-
Abort workflow using REST API
Hello Experts, We have a custom application that is integrating with Documentum using REST APIs. This custom application is launching a workflow in Documentum using REST API. Due to some issue, business might want to terminate the workflow from custom application. I am looking for API that I can use to abort the workflow…