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

search results

for Plugin

(...) wsDocx() at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.DocumentationDocxAsposeManager.GenerateDocumentationDocx(Process process, List`1 allProcesses, String path, List`1 Plugin s, List`1 allRules, List`1 dataSourcesList, List`1 dataConnectionsList, Func`5 bmpGenAction) at WebCon.WorkFlow.Studio.Forms.ModuleReports.Documentation.ProcessDocumentationGenerator.Generate(Stri (...)

(...) Hi everyone, I'm trying to integrate Autenti platform via SDK Plugin . I have add REST connection and try to invoike APIv2 SendingDocumentAction. Unfortunately all I got was the following error message. I have noticed however, that the 'Signature type' field is missing from the action configuration screen. Did any of you come across similar issue? How can it be resolved? Any tips much appreciated : (...)

(...) Functionalities like import/export applications, update Plugin -packages and the generation of process documentations are only available within Designer Studio. Doing things manually tend to end up in inconsistencies. E.g. when packaging a new release, we might forget to update the documentation. Not sure what's best / easier, extending the rest api or making the functions available in a cmd line t (...)

(...) nerator) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.DocumentationDocxAsposeManager.GenerateDocumentationDocx(Process process, List`1 allProcesses, String path, List`1 Plugin s, List`1 allRules, List`1 dataSourcesList, List`1 dataConnectionsList, Func`5 bmpGenAction) at WebCon.WorkFlow.Studio.Forms.ModuleReports.Documentation.ProcessDocumentationGenerator.Generate(Stri (...)

(...) created word template 2. If filled by Automation process 3. How to add to template DOC the Attachment section ? 4. How to add Comments to template DOC [Bonus] ? I don't see the fields in Word Plugin to create template .... 11 - word template 12 - the section from WebCon Form

(...) alse "autocompleteMoreResultsCount": 100, "hasRequirednessDependencies": false, "isDisabled": false, "regexValidation": null, "isTechnical": false, "controlStyle": "", "labelStyle": "", "Plugin ": null, "htmlInputAttributes": null, "htmlInputPlaceholder": "", "showQrButton": false "description": {"original": "", "translated": "", "translations": []}, "documentation": {"original": null, (...)

(...) ocs according to this: https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36 I do get the following error(s): WebCon.WorkFlow.Model.Common.WorkFlowException: Plugin 13 load error.: Object reference not set to an instance of an object., at WebCon.WorkFlow.BusinessLogic.DataHelpers.SDK.SDKPlugin sActivator.CreatePlugin Instance[T](Int32 Plugin ID), at System.Env (...)

(...) have problems with the different runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK Plugin that integrates the NuGet package System.Data.ODBC to access ODBC data sources. The target runtime environment of the Plugin package is .NET Standard 2.0, so that the Plugin s can be executed both (...)

(...) kFlow.SDK.Documents.Model.NewDocumentData.get_TextFields()'. System.MissingMethodException at WebCon.SRC.CustomActions.ADEmployeeSID.Run(RunCustomActionParams args) at WebCon.WorkFlow.SDK.ActionPlugin s.CustomAction`1.WebCon.WorkFlow.SDK.Interfaces.ActionPlugin s.ICustomAction.Run(IRunCustomActionParams parms) at WebCon.WorkFlow.Base.DataHelpers.SDK.SDKPlugin Logger.ExecuteWithLogs(Action action, Bo (...)

(...) : [code][/code] or [code="SQL"][/code] using code wil help read code - see attachment [quote][/quote] or [quote="name"] [/quote] [B][/B] - bold [i][/i] - italic ect. then is nice to use FF Plugin or type tags ...

(...) I already posted my idea in 2022 (26.09.2022: https://community.webcon.com/forum/thread/2230), but i have a new project in August, where such a feature would be nice. I have some ideas for a Plugin (as far as I remeber, a problem is the DPI from the Signature field being higher than of picture fields) -> Wouldn't that be a nice new feature? 26.09.2022: ======== Hello WEBCON, we are working on (...)

(...) an application on process level this is still limited and makes the automations less readable while the option to send a mail with a task can not bused at all. My suggestion would be to provide an Plugin /extension for the existing "send mail actions". Provided options of the Plugin : - Current information of the context like, process, workflow instance, recipients, settings etc. Basically everythin (...)

(...) Hi, does someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JSON as a string and in 2023.1.3 the Plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the Plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The de (...)

(...) de different DLLs (in particular 'System.Data.Odbc') for service and protal taken from seperate projects' output (targeting .NET Framwork / .NET 8). But the DLLs are never packed within the generated Plugin package zip-file. -> https://developer.webcon.com/docs/package-overview -> https://developer.webcon.com/docs/package-manifest#servicedependencies-and-portaldependencies -> https://developer.webcon (...)

(...) Hi, can you share some example code for those types of Plugin s?

(...) es on ACT_ActionTypeID = DicActionTypes.TypeID left join WorkFlows on ACT_WFID = WF_ID left join WFSteps on ACT_STPID = STP_ID left join WFAvaiblePaths on ACT_PATHID = PATH_ID left join WFPlugin s on PLU_ID = ACT_PLUID left join Automations as actionDefinitionAutomation on actionDefinition.ACT_AUTMID = actionDefinitionAutomation.AUTM_ID left join [WFActions] as templateAction on templa (...)

(...) I have no idea how to change the size of the control. It is best to change it dynamically depending on the content of the displayed external page. Can anyone help? Is this possible without writing a Plugin ? Unfortunately, I did not find any information about this in the published documentation. Thanks in advance for help!