0
Under review

hi i am new to this tool, i just want to create an array of numbers

Anonymous 3 years ago updated by Gandalf 3 years ago 1

hi i am new to this tool, i just want to create an array of numbers

0

Password functionality in File Tools break after deployment

Wynand Vermaak 3 years ago in Studio / Toolbox 0

Good day,

We recently encountered an issue where the password functionality on the File tools break during deployment. It seems that the hard-coded password inside the tool gets "distorted" during the deployment process. We found that the only way to get it to work is by making the password field a [[variable]] inside the tool and to pass the actual password value from outside the tool - from Globals or an Assign tool.

Can this please be fixed?

tool
+3
Completed

RabbitMQ Consumer Prefetch value

jigar patel 3 years ago in Server / Execution updated by anonymous 3 years ago 2

Hi Team, there is one suggestion to improve RabbitMQ consumer performance. We can divide the load with multiple consumer by specifying prefetch count value. If we are not specifying prefetch value that means single consumer have unlimited buffer means single consumer will pick all the data from queue.

Prefetch meaning "prefetch simply controls how many messages the broker allows to be outstanding at the consumer at a time. When set to 10, this means the broker will send 10 message, wait for the ack, then send the next."

References : 
https://www.rabbitmq.com/consumer-prefetch.html
https://www.cloudamqp.com/blog/how-to-optimize-the-rabbitmq-prefetch-count.html
https://stackoverflow.com/questions/65201334/rabbit-mq-prefetch-undestanding

Suggestion : Add prefetch configuration in trigger section of warewolf studio (i.e like trigger concurrency)


Please let me know if you need more help to understand.

0

Service/Workflow not showing on my folder structure

Siya 3 years ago 0

Good Day,

After creating a workflow/service on Warewolf I can not see it on the folder structutre “C:\ProgramData\Warewolf\Resources” Please assist.


Regards,

Siya

+1
Under review

Facing Issue while Inserting value into Database

Anonymous 3 years ago in Studio / Variables updated by Ashley Lewis 3 years ago 1

We have created One DAL Workflow. In which we are just inserting data into table with the help of procedure. So Problem is it is not updating 2 column of the table when we called this DAL workflow into our process. However when we execute this DAL workflow independently then it is working fine. 

Let me know if you want to see this workflow. Because I can not attach all the process workflow here. 

0

Face issue while creating Unit test cases with Select and apply tools on WW version 2.7.5

Anonymous 3 years ago 0

Hi Team,

i'm using WW version 2.7.5

I tried to create a test cases and there were issue was facing when I have used Select and apply with sequence tool.

I have attached the video link for more understanding.

https://theunlimited-my.sharepoint.com/:v:/g/personal/vijay_prajapati_theunlimited_co_za/ETnQp-x1kiZEuFvxaVzazcQBs8totb97uoyVA_4rjjY-fQ

workflow
0

Warewolf closes when trying to generate a test case for a big workflow

Wynand Vermaak 3 years ago in Studio 0

Hi team,

Please see the recording below: Call with Hiren and 1 other-20220418_175527-Meeting Recording.mp4


It appears that Warewolf closes when a user tries to generate a test for a "big" workflow. It happened on all three of our machines (Hiren, Vijay and myself).

Attached is my server log for reference: wareWolf-Server.log



studio workflow
+1
Not a bug

UAT-2.7.5.0 - Getting hangfire error at the time of resume suspend tool

maya khambhayata 3 years ago in Server / Execution updated by anonymous 3 years ago 3

PriceIncreaseByMandate.bite
newjourney (2).log

In local environment, sometime it gives "Resume node not found" error. but After restart of warewolf service. it is working fine. Price increase journey have 2 suspend tool in workflow but both are working fine in local environment. But on Dev environment it is failing Randomly. Out of 10 it is failing almost 7 times. I am providing here, workflow and server log.

Yes it new workflow.

Hangfir giving below error: 

{"FailedAt":"2022-04-18T05:28:31.2801372Z","ExceptionType":"System.InvalidOperationException","ExceptionMessage":"Error resuming. ServiceAction is null for Resource ID:ae105df3-9dc5-437e-ba21-e93dd6a0f356","ExceptionDetails":"System.InvalidOperationException: Error resuming. ServiceAction is null for Resource ID:ae105df3-9dc5-437e-ba21-e93dd6a0f356 ---> System.Exception: Error resuming. ServiceAction is null for Resource ID:ae105df3-9dc5-437e-ba21-e93dd6a0f356\r\n --- End of inner exception stack trace ---\r\n at HangfireServer.ResumptionAttribute.OnPerformResume(PerformingContext context) in Y:\\WOLF-INST-COMREL\\Dev\\Warewolf.HangfireServer\\ResumptionAttribute.cs:line 94\r\n at Hangfire.Profiling.ProfilerExtensions.InvokeAction[TInstance](InstanceAction`1 tuple)\r\n at Hangfire.Profiling.SlowLogProfiler.InvokeMeasured[TInstance,TResult](TInstance instance, Func`2 action, String message)\r\n at Hangfire.Profiling.ProfilerExtensions.InvokeMeasured[TInstance](IProfiler profiler, TInstance instance, Action`1 action, String message)\r\n at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)"}

0
Not a bug

Monetary values pulls through incorrectly

Wynand Vermaak 3 years ago in Installer updated by anonymous 3 years ago 1

Morning team,

We recently discovered that monetary pulls through incorrectly.

In the first snip you will see that we pass in the values of 35.00 and 172.00 from the db as replace values for the CommsEngine.

Image 1027

In the following snip, you will see how these amounts show up in an email, which are incorrect. (35.0 and 172.0)

Image 1028

Attached you will find an example workflow where we were able to re-produce the error. When you enter 35.00 as an input in the workflow and execute it in the browser, you fill see that the result is 35.0, as per the following snip:

Image 1029

Herewith the file to test:DecimalTest.bite


Can this please be investigated and resolved - its a current production facing issue.

Regards,

Wynand

execution variables web