WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for actions

Hi Roman, comments: The query is passed as it is, -- and /**/ are part of it. Even so single line comments seldom cause problems, it happens. If you enable the diagnostic mode, you can search the trace for a line from your query and see the executed one. That's far easier than my previous approach to use the SQL Profiler. :) Users no longer available: There was once a stored procedure

Hi Daniel Thanks for your suggestion. The table is a static list, the (ex-)employees do not change in it anymore. (It is a migration list from sharepoint to webcon). So I don't see any sense to check the people cyclically via a dictionary. But I found another way how to import the people anyway (via the startsubworkflow) without getting an error message. I use the fact that the users hav

(...) Hello, Introduction: 1. right now WebCon BPS allows to configure actions which triggers on path, on exit, on entry (and of course on a few more) 2. sometimes process is configured to assign the task to multiple users, e.g. multi-approval (without subprocesses), e.g. assign tasks to 3 users 3. again sometimes business got the need that after every approval (finalizing single task) they would like t (...)

(...) Hi there. Couldn't find it but is there an option to create global actions like with global business/form rules? I would like to create a Hyperlink action once and be able to use it in every Webcon application. Thanks.

(...) system you have, but in 2023 you can add global automation and use it in all processes in the older version, you can add a global business rule and use it in an action, but you will have to create actions for each process separately

Hello, I have a Global Action that allows users to Generate a copy of the form. This action worked with Read only access before we upgraded to version 2023.1.2.124. Now it is giving an error message to users and when I looked up the error it states users need elevated access.("User has not sufficient permission to edit WorkFlow instance"). Is there any work around to this or maybe a different act

Hi, Could you share which WEBCON action is used for creating copy of the form? I remember, that I've faced similar issue pre 2023.1.2.124, when using hyperlink to start new element: https://community.webcon.com/posts/post/the-hyperlink-action/65 It was fixed in that release exactly (see attachment or -> https://community.webcon.com/download/changelog/224?q=b682bc6)

Thank you for your response @Maksymillan! I am using a Menu Button and I add the generate word action.

(...) looks reasonable to require edit permissions. Could be some bugfix. I'd check if wrapping that action with add / remove permissions before and after inside one automation would work though. So 3 actions: 1. Add edit permissions for current user. 2. Generate document. 3. Remove permissions. Not sure though if buttons with add/remove permissions will be visible without edit mode. If no automa (...)

Thank you Maksymilian. It downloads the attachment in my case not attach it. This feature worked in the previous versions so I hope it is something that can be fixed. Thank you for your suggestion. I will try the action after another suggestion for adding the privileges. When I added it in one button the button wasn't visible in read only mode. Thank you

Hi Markus, have you evaluated if configuring a path as in the screenshot attached wouldn't achieve the result you're expecting?

(...) Hi Michal Mass actions are currently limited to execute a path on a certain step. With my suggestion, updating elements independent of the current step would be possible.

(...) pgrading it to the newest 2023 version. Currently it is impossible to do such scenario. I've also tried invoking a REST API but it also fails. Those automation put somewhere else (not in cyclical actions) work fine. Message: Błąd wysyłania wiadomości e-mail: Object reference not set to an instance of an object. Type: WebCon.WorkFlow.BPS.Abstract.Exceptions.WorkFlowException Source: WebCon.Wor (...)

(...) the application, used to create tasks for groups. It assigns tasks to the “free” employees in a given group, and allows the employee to mark task completion. The workflow consists of two actions and one control step.   Fig. 1. The "Create Task" process   Task Groups – the process used to define groups of tasks and assign the employees to them. G (...)

(...) iguration from the workflow level is blocked – the button is grayed out.You can re-configure the entire template globally which results in immediate propagation of the introduced changes to all actions connected to the template (you can see where a template is used via the “Usages” tab).   Fig. 6. The action added from the template   At any time, there is the o (...)

(...) ocument in the system Uploading a file with the document for signing Checking the document status Sending an e-mail with link to sign the document Two-step verification via SMS All above actions are available for use in the new SDK plugin that supports Autenti software. Sing the above diagram, the following workflow scenario has been created:   Fig. 2. The workflow diagram (...)

(...) the document will be sent can do so as well. For each of these providers, a dedicated action allows you to: send documents for signing, verify their status, and download the signed attachments. These actions are an addition to the platform, not part of the standard software. Thus, they are not delivered with WEBCON BPS version, but at the client’s request. This article describes how to configure (...)

(...) en, back to WEBCON BPS or another place. All steps are realized as part of the “SendEnvelopeToEmbeddedSign” action.     Configuration of the action All available actions require proper configuration. In either case, it starts with the Skribble API Settings section. It is recommended to supplement it with the previously prepared constants.     T (...)

(...) ng through the “Signed” path.   Fig. 3. The form with a signed document   Configuration A simple workflow of signing a document has been created using the SDK actions dedicated to the integration with DocuSign.   Fig. 4. The signing document workflow   The first step is to add the “SendEnvelope” action which allows you to send (...)

(...) tem by using the designated Portal interface. In version 2020.1.3., a new functionality for managing BPS groups and users has been added to supplement this process. This articles described how the actions related to the BPS groups can be used.   Workflow configuration and creating an example BPS group A BPS group was created with two users:   Fig. 1. Users in the “Ma (...)