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

search results

for json

(...) ations.dll, Version=4.2.0.0, ... The plugin uses the version 4.2.1.0, so I can understand why this fails. But I what don't understand is what artifact requires a 4.2.0.0 version. I searched all .json , .config and .txt files in the directories WEBCON BPS Designer Studio, WEBCON BPS Portal and WEBCON BPS WorkFlow Service The only hits for the filename I got were in the Portal directory. Which is o (...)

(...) n first? I'm asking the question because I'm exploring the possibilities offered by using a service as MailGun. They can parse the incoming email message and post the parsed information in form of json to a URL. The issue I'm having is I can only configure a URL to which the send a POST command with parsed json . There is no way to send the first authorization request to obtain the token and only af (...)

(...) name: 'System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at System.SpanHelpers.SequenceEqual(Byte& first, Byte& second, NUInt length) at System.Text.json .json Serializer.LookupProperty(Object obj, ReadOnlySpan`1 unescapedPropertyName, ReadStack& state, Boolean& useExtensionProperty, Boolean createExtensionProperty) at System.Text.json .Serialization (...)

(...) ection": 0, "dimensions": [ { "id": 0, "type": 0 }, { "id": 0, "type": 0 } ] } ] } When I use 'json grid' I don't know how to add second 'dimensions' When I use 'json ' they don't display list values.

(...) HI, When installing Webcon, the SQL Server compatibility level is set to 120 (default). To use advanced functions like `string_split` and data processing functions from json , it is necessary to manually change the compatibility level to 150. These functions are essential in developing more complex processes. If we manually upgrade the compatibility level from 120 to 150, Webcon will no longer pr (...)

(...) part of the response. There are probably classes used for each so, it probably wouldn't have a real impact on the client. In my case I removed the below default strings which reduced the compressed json length from 424722 (2) to 401807 (4) using a "pretty printed" version this reduced the length from 549913 (3) to 508477 (5) Best regards, Daniel "indicator": false, "percent": false "autocom (...)

(...) in 2023.1.2.44 i get a "Bad request" error when saving the substitution. Attached you find the diagnostics session and develeoper tools log. Any ideas what is going wrong here? // diagnostics json { "session": { "id": 565, "sessionGuid": "2c8664cd-1862-4978-9355-1d0b7c3c47d5", "userTime": "2023-08-31T05:51:09.457", "userLogin": "xxx", "userLanguageCode": "en-US", (...)

(...) I want to use "Invoke rest web service request" action and in response I don't have json but message in Header: Response-Code: Forbidden (403) Response-Body: {"type":"/challenge","title":"Challenge requested","status":403,"detail":"Request to perform challenges described","instance":"fe66c6a2-2cc5-42f9-a4ce-96bea7cd716b"} Response-Header: Date: Thu, 28 Sep 2023 07:06:57 GMT Connection: k (...)

(...) 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": [ (...)

(...) I need to change 2 values with REST, I use'd API v3 and PATCH method. This values is in another workflow. json [ { "data": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only i (...)

(...) 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 (...)

(...) Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing json payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{ (...)

(...) "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every REST API call to SAP API. The problem is that I can't submit json configuration in REST API Connections area in WEBCON BPS Designer Studio. And later use it to setup REST API Data sources. Maybe someone came up with solution how to deal with it?

(...) entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in json mode, not json grid) in request body of datasource consuming a REST API. Is there a workaround for this? Another question: Is there a way to store results from a datasource as json string in so (...)

(...) ight be different for different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_Att3. The response is a json : { "code": "USD", "date": "2017-01-04", "date_from": "2017-01-04", "number": 1, "parity": 1, "cash_buy": 117.7702, "cash_sell": 119.4306, "exchange_buy": (...)

(...) ie name) via customer number. I have a form with a customer number field. I have a REST DataSource "REST GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data. I used a business rule to get the value from the REST datasource and a form rule (on value change) to set the customer name (returned from the businessrule). Th (...)

(...) Hello, Have you tried run the Public forms in version 2025? I downloaded the source from github: https://github.com/WEBCON-BPS/public-forms I have the appsettings.json file configured (as in the picture). I get an error when trying to log in

(...) g: Url to Solr: http://[SERVERNAME]:8983/solr/BPS_Activities/query?q=*:*&q.op=OR&indent=true&fq=TS_Insert:[2025-01-06T19:02:59.060Z%20TO%20NOW]&fq=-User_Name:"WebCon%20Workflow%20Service"&rows=0&wt=json 06-02-2025 19:03:01 msg: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Socke (...)

(...) iables (text type) in automation, can be returned as value: without endcoding? Example: I have API method no. 1. I save its response to a local variable. Then I make a minor modification in json using an action: Set value to modify => local variable Finaly: I want to use that local variable as a Request-Body for another Rest API action. And here is the problem, because the value of thi (...)

(...) Atlassian for Confluence and Jira. One use case would be to passthrough a teams chat message to an agent via action in the context menu, parsing the message with AI Prompt to extract data and create json , fill out an adaptive card offering data from WEBCON to trigger the wished process and pass all needed data as json for the form fields to it. We build prototypes for such scenarios but it would be a (...)