(...) ion. I’m having an action “Run a PowerShell script” where I’d like to add an attachment to the currently running instance with the help of a WebCon REST API call. The problem is that while processing actions WebCon locks down the instance and I couldn’t find a way to make any changes to the process. I use the parameter “forceCheckout=1” – that works fine as long a user is editing the form but fails whe (...)
(...) ll fail, if the integer values are not the same on both systems. In the worst case the value does exist for item list on both systems but for different ones. You can use the below query to get all actions which have a faulty configuration. Best regards, Daniel SELECT TOP (1000) ROW_NUMBER () OVER ( order by actionDefinition.ACT_ID asc) as RowNumber , actionProcess.DEF_Name as ActionProces (...)
(...) Hello How to trigger Automation with standard actions (On attachment add – there is only one action related OneDrive allowed) or trigger Form Rule on attachment changes? I need it for scenario: Requestor add/add new/overwrite/delete attachment in the very same step without pressing save or going to another step (change in attachments is there even if one close the browser tab without previous saving). (...)
(...) a document Has anyone tackled a similar requirement before? If so, I would really appreciate any advice, ideas, or suggestions on how to approach this. Any pointers on how to capture and log these actions would be incredibly helpful. I was thinking of potentially tracking the internal SQL queries but I need to know which user accessed the data specifically and I'm not sure I can engineer a solution th (...)
(...) ds which retrieves the id of the last created attachment. It should always be the one which was created just before. But it doesn't "feel" right. This option should be available on all attachment actions . Best regards, Daniel
(...) action configuration. See logs below: OG_ID LOG_DEFID LOG_WFDID LOG_WTHID LOG_STPID LOG_ACTID LOG_Status LOG_TSInsert LOG_TSUpdate LOG_RowVersion LOG_WFID LOG_AdditionalMessage LOG_actions ucceeded LOG_Duration LOG_ActionType LOG_TransactionType LOG_ParentActionID LOG_ShowOnlyInAdminMode LOG_ACBID LOG_Name LOG_Description LOG_SectionGuid LOG_ASEID LOG_ActionExecutionGuid 409 (...)
(...) like deleting a message in Messenger) OR both :) In the change history (in administrative mode), the comment will remain always available for viewing to maintain full transparency of administrative actions . For the system administrator, a Delete option will appear next to each user comment. Justification: Increases control over content entered into the system. Provides the ability to moderate c (...)
(...) or instance, if the API app is named "something", the created user is named "something - Registered App". This user needs access rigts for the app/process it need access, and that's clear. But, api actions are also performed by that user, and this name is visible (for example - if we start the workflow over API, workflow instance is started by "something - Registered App"). So, how can I change the us (...)
(...) w System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) w System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseactions actions , Int32 x, Int32 y, Int32 wheel) w System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) w System. (...)
(...) I am trying (without any success) to read data (ie. employee id) from an existing text-based PDF (test pdf created via MS Word). The documentation is explaining the different actions (ie. wait for ocr ai, wait for text-layer), but not how they actually work together or how to use them. Maybe I am completly wrong in trying to use "OCR AI recognition", "Wait for OCR AI" etc..... My goal is: * A con (...)
(...) Hi, unfortunately there seems to be no configuration for output parameters in PowerShell script invoke actions . This is much needed to get back calculated values, created logs or whatever else. The workaround from Daniel is not really convenient: https://daniels-notes.de/posts/2021/retrieve-ps-variable-value It would be really nice if one could define input and output parameters like in other a (...)
(...) Hi, it would be really amazing if one could choose the credentials that have been used for "Active Directory actions Configuration" in System Settings in the configuration of a "Run a PowerShell script" action. It's a mess having to copy & paste the same credentials every time. And if one day the password needs to be changed all action configurations have to be found and updated. Therefore it would (...)
(...) Hello, I propose a change in DEsigner Studio, in action templates. If the ability to create action groups in templates were added, it would make it easier to manage actions in the case where there are more than 10 in the process. It would then be possible to group and arrange actions thematically. Regards,
(...) Currently, “Add privileges ” and “Remove privileges ” actions cannot be used in cyclic actions Adding the ability to use this action could help cyclic action to check item permissions and remove them.
(...) e attached documents, and select specific documents which should be deleted? Or any other solution to be able to work with those attachments quicker? I could create a workaround with item lists, and actions , but this would add unnecessary clutter on the form, when this could be a built-in feature.
(...) Hi, we use the app vsb.actions from vsb/smoodi and would like to give the name another name for internal use because we don't like to use names of vendors for products/services. We now could change the app name in the Designer Studio and with each update of vsb.actions that we import in Studio we would have to rename the app name. It would be nice if there could be an option to set a configurable d (...)
(...) Hi everyone, I’m working on a feature, where single button triggers a set of actions that grants permissions across related parent and child workflows, and delegates active task to other user using REST API. I'm currently facing a frustrating issue with the task delegation API using the endpoint POST /api/data/v6.0/db/{dbId}/elements/{elementId}/admin/tasks/assignment When I use this endpoint via Sw (...)
(...) sses the 120-second execution limit in WEBCON BPS. Allows complex, long-running operations to be executed as a single unit, without needing to split them into smaller chunks or repeated timer/global actions . Disadvantages: Adds complexity to the solution, requiring basic OS-level administration skills from the WEBCON developer. The developer must implement and handle the PATCH API logic in the sche (...)
(...) ing export/import functionality. But here we risk inconsistency between PROD and DEV/TEST because we must rely on human discipline. Other idea is to include "deployment" business rule on given set of actions to disable them on PROD until the feature is finally tested. Could you share some ideas / methods that might be used to handle simultaneous change requests of different sizes / development workloa (...)
(...) onger possible to use the content of a form field (unsaved data) in a SQL query (see pic). It just delivers "empty". Is there a workaround? I frequently used the data of form fields to control actions and so on. This is a major degradation ! Kind regards Klaus