WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Actions

Actions

MVP

Hello everyone! Does anyone know if there is a way to start a workflow instance based on xml file stored in a folder on the disk? Unfortunately the HotFolder functionality allows starting workflows only for a few supported file types. Any chance to workaround this limitation? Thank you, Martin

Hello Experts, We're currently on BPS version 2021.1.2.143 (getting ready for upgrade) I try to invoke a REST API to update form fields, and I get a proper response from the service, however, it doesn't update the fields. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. What can I be doing wrong? The response is complete, however it doesnt populate the fields. (...)

Hello, The question I have sounds very easy, how do I cancel all the remaining subworkflows that are not already "answered" to? Parent - 12345 - will wait for all 3 subworkflows to be done Child 1 - 12346 - finished Child 2 - 12347 - in progress Child 3 - 12348 - in progress All I need is, if I cancel 12345, then 12347 and 12348 will automatically be classed as finished. Can you help at all? Thank you!!

I have got: 1. proces with Item list where: a) I set person (from AD) b) in item list in that proces I add competitions final I have got step finish - Person - Item list what he/she can do. From that I created data sorce with columns, so i have multi rows: Person 1 = can do 1 Person 1 = can do 2 Person 2 = can do 1 Person 3 = can do 2 2. In other proces I have got attribute: a) Item list A [pick person] So I create List Person 1 Person 3 b) Item list B [sorce proces 1 ] (...)

Hello all, I'm having an issue with notifications for outside emails. I have a process where I need to send an email for the employee's personal one and the notification is never sent and looking into the history, it mentions that the email was not found in the database. If I write an outside email in the configuration, the notification is sent, but it it's dynamic, it doesn't work. I've tried with a text field, email field, nothing changes. Does anyone got a similar issue? Thank you

I try to add attachments from other flow using standard Action add attachment ... in theory is working: https://community.webcon.com/posts/post/the-add-attachment-action/156/18 or https://docs.webcon.com/docs/2023R3/Studio/Action/Attachments/Action_AddAttachment but not in my case :/ and I don't know why ... "Wystąpił błąd wykonania akcji Dodaj załącznik na przycisk w menu. Błąd wykonania akcji typu dodaj załącznik: Dodaj załącznik. Object reference not set to an instance of an ob (...)

Hi, Is there any documentation on how to use Sign an Attachment action? We try to perform an internal PDF signing process. Businesses want to use an easy way to sign internal PDF documents only by using Path. I try to add the certificate to the signature but i have an error: "Error on creating digital signature: The private key for this certificate was not found."

Hello, I have STEP A and STEP B both going into STEP C. In STEP C I have made a path called BACK where I've put as destination step "Back to previous step", but now I'm wondering if I can set up an automation with actions that will act differently depending on where it goes next, STEP A or B. Is there any way to do this? Thank you!

Hi, We have a client that uses sharepoint to work with documents, for contracts. There is an item list that is used to manage these documents (so far, only upload and download) and they would like to also be able to delete some of the already uploaded documents. There is a main folder for each contract and there are a couple of subfolders for attachments, depending on when they where added. As far as i understand, i will need to use the action 'Delete a list element'. I see that i can either (...)

Hi! We're stuck with an error using the Send Custom Email action with the default User or Group attribute as the Recipient, after updating from 2023.1.2.123 to 2023.1.3.118. Any tips on how to resolve this issue? Thanks, Patryk

hi there, kindly i need help how to resubmit already archived instance again to start (with same inputs and attachments) on monthly basis? i 'm thinking of cyclical action but struggled to configure the action please advice

Hi I want to set a timeout based on the date attribute and in doing so no matter how I set the delay in the timeout settings the action misinterprets the date. Has anyone encountered something like this?

hi there, i need help on how to configure the on timeout action as i wanted once one instance starts and reach the next step, the user assigned must receive an email reminder after 5 minutes if the user didnt make and action or even if didnt yet logged and check the instance.., please note that im using a date field ( date and time) as a start date please advice

MVP

Hi, Have you encountered this situation? I deleted some instances using the 'Remove Personal Data" then "Archive workflow instances' action. Both actions delete the instance, but the instance's signature remains in the WFElementSignatures table. Thanks, Raluca

Hi everyone, I am trying to upload an attachment using the REST API. I am using the REST Web service action for this. How to do it correctly? Along with the attachment, I would also like to upload a json with other information. Endpoint is configured correctly, the problem is in the BODY itself. The referenced API is written in python using FastAPI framework. This is response: { "detail": [ { "type": "missing", "loc": [ "body", "id" ], (...)

Hi, Is there any way to hook into an api that is hosted on a localhost? I have a locally fired server, I use FastAPI (the tool is built in python). In browsers the API works. However, when I try to run a query on a form I get this message. I have already tried restarting DNS, disabling the firewall. The server is on startup and the server is listening on port 8000. I am new to webcon and just learning. Thank you in advance for your help.

Hello, I have a big problem. I have an order form, e.g. for a contractor, and I have created a data source that shows all the orders of this contractor. Additionally, Kontrahnet has a monthly order limit entered in the field I need the system to check whether the limit has not been exceeded during the next order. Please help me how to do this

How can I read data from an Excel file containing a macro *. XLSM. This file is not seen by BPS, after changing to *XLSX the data is read correctly.

Is there any way to avoid refreshing a form after invoking a menu action? The problem is that it moves the form to the top and the form flashes.

Hello. I have a process where, on a certain step, I've made 2 timeouts. First one, will happen when this condition will be true: SELECT CASE WHEN Count < '4' AND Urgent = 'true' THEN 1 ELSE 0 END AS Result FROM wfelements WHERE wfd_id = {WFD_ID} Inside this timeout, there is an automation that will increase by 1 the value of the Count. And there is the second timeout configured, that will happen when the next condition is true: SELECT (...)