0

Explorer no adding folders correctly.

Anonim 3 miesięcy temu 0

In Explorer, Add a new folder and give it a name: ABCD.

Open Settings > Security

Press Resouces ...

Observe newly created folder is named New Folder and not ABCD

+1

Warewolf test framework is throwing error for few tools

jigar patel 4 miesięcy temu 0

I am not able to write test cases for a few workflows because Warewolf test framework is crashing. After a detailed investigation, we found that if we used any tools from the list below in the workflow, the Warewolf test framework would not respond.

  • Sequence
  • For each
  • Select & Apply

We faced similar problems in different warewolf version. We tested in latest 2.8.7.1 version as well in previous 2.8.2.9 version.

Test framework error :

Image 1146

0

cryptocurrency exchange script

david johnson 9 miesięcy temu 0
0
W trakcie analizy

Issue with connecting to remote server for Docker container

Sai Chawan 10 miesięcy temu Ostatnio zmodyfikowane przez Ashley Lewis 6 miesięcy temu 1

Docker container is not able to connect to remote server for Unit Test, currently we are pulling warewolf version 2.8.6.16

Image 1141

0

Polybase Tool

Wynand Vermaak 1 rok temu zaktualizowano 1 rok temu 1

Hello team,

Is it currently possible to connect to Polybase using the existing Warewolf functionality or, would a tool need to be created?

Regards,

Wynand

database designer execution plugin server studio tool
0

Warewolf Refresh workflow (FetchExplorerItemsService.json) is getting hang when calling from pipeline

Anonim 1 rok temu 0

Hello , 

Warewolf Server Configuration 

Warewolf version - 2.8.1.3

Workflow - 1200 

CPU(s) - 16 cores 

RAM - 64 GB 

we are deploying Warewolf server using azure pipeline. the command we are using to refresh workflow is 

powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest http://localhost:3142/services/FetchExplorerItemsService.json?ReloadResourceCatalogue=true -UseBasicParsing -UseDefaultCredentials"

Image 1110

as you can see in above screenshot , it is hang up there by 1 hours , in most case it should be finish by 10 secs. 

could you please support us to fix this problem ? 

deploy workflow
0

how to find the value of a variable in Activity Designer

Anonim 1 rok temu 0

anyone tell me?

0
W trakcie analizy

While Unit test run why need to connect actual resources

bhavesh panchal 2 lat temu Ostatnio zmodyfikowane przez Ashley Lewis 2 lat temu 1

We have identified that if we are not using actual values for DB and other resources for workflows it fails Unit tests.

It causes issue while unit test run when unit test container connects to actual DB and other resources, there might be chances of Data manipulation at Unit test level.

0
Odrzucone

Warewolf swagger support for API documentation

Anonim 2 lat temu Ostatnio zmodyfikowane przez anonymous 2 lat temu 1

Warewolf needs API Documentation tool like swagger. 

currently we have to preprare API documentation manually and maintain manually whenever  there is anykind of update in APIs.

it is very tedious process to do so. 

0

Handeling of Errors

bbuchan 2 lat temu 0

Given A nested workflow has an error

Or Given a tool has an error

And given the error is handled in On Error section of tool

When returning a result

Then the result should be present

execution tool variables