0
Z odpowiedzią

Warewolf Studio hangs on launch?

Timothy Boyden 4 lat temu w Studio Ostatnio zmodyfikowane przez Ashley Lewis 4 lat temu 8

Have Warewolf server (compiled from source) installed and running as a Windows service after running the StartAsService.ps1 script. Launched Warewolf Studio.exe and it just hangs with a frozen busy circle. Have to use Task Manager to kill it. What can I do to troubleshoot this condition? Screenshot of hung window below.

Warewolf Studio Hanging.png

source studio
+1

Gate Tool - Can not see the old Gate Tool Name under the Failure Section.

Hemant Chauhan 4 lat temu w Studio / Toolbox 0

GateTool.bite

I have added Two Gate Tool in attached workflow. 

1) Gate Initilize

2) Gate End

However I am not able to see Gate initilizer name on Gate End Failure Section. Please find attached workflow for the same. 

0
W trakcie analizy

Warewolf.Tools.Specs compile error

Timothy Boyden 4 lat temu w Server zaktualizowano 4 lat temu 2

Received the following error when attempting to compile Warewolf.Tools.Specs:

"The command "powershell.exe -ExecutionPolicy RemoteSigned -nologo -noprofile -file "C:\source\Warewolf\Warewolf-develop\Dev\Warewolf.Tools.Specs\Warewolf.Tools.Specs\Toolbox\FileAndFolder\AddGuidToPaths.ps1"" exited with code -196608."

Required for compiling Dev2.Activities.Specs. Which is required for compiling Server.

server source
0
Naprawione

There is no argument given that corresponds to the required formal parameter 'reverse' of 'TaskEventLog.GetEnumerator(bool)'

Timothy Boyden 4 lat temu w Server Ostatnio zmodyfikowane przez Ashley Lewis 4 lat temu 3

Error compiling Dev2.TaskScheduler.Wrappers. From develop branch as of 9/27/2021.

Project: Dev2.TaskScheduler.Wrappers

File: Dev2TaskEventLog.cs

server source
Odpowiedź
Ashley Lewis 4 lat temu

I have committed this patch:

https://github.com/Warewolf-ESB/Warewolf/commit/612cf6445de7892c58fb57a280c9195b5d8ae469

Please check if this fixes the compile on your machine?

0
Naprawione

Argument 6: cannot convert from 'System.IO.Stream' to 'System.Collections.Generic.IEnumerable<Dropbox.Api.FileProperties.PropertyGroup>'

Timothy Boyden 4 lat temu w Server Ostatnio zmodyfikowane przez Ashley Lewis 4 lat temu 3

Error compiling solution for Dev2.Common. Develop branch clone as of 9/27/2021.


File: DropboxClientWrapper.cs

Project: Dev2.Common

server source
Odpowiedź
Ashley Lewis 4 lat temu

I have committed this patch:

https://github.com/Warewolf-ESB/Warewolf/commit/b075bccf146892f7b7c05f14922b024d691dae10

Please check if this fixes the compile on your machine?

+1
To nie jest błąd

Gate Tool Selection is Getting Disappear

Anonim 4 lat temu Ostatnio zmodyfikowane przez Yogesh Rajpurohit 4 lat temu 3

Point 1)

When we changed anything on First Gate Tool then In Second Gate Tool the selection of First Gate Tool is Getting Disappear. 


Point 2) 

When we select EndWorkflow Option in First Gate Tool it wont allow to select that first Gate Tool in Second Gate Tool. 

(Suggestion )Point 3)

When Condition is not matched in Gate Tool why it is print as error. I believe It was part of functionality so It wont print as Error.


 GateToolPractise.bite


0
Naprawione

Build error - Missing Warewolf.Driver.Resume.csproj and Warewolf.Driver.Resume.Tests.csproj

Timothy Boyden 4 lat temu Ostatnio zmodyfikowane przez Ashley Lewis 4 lat temu 4

Cloned from GitHub on 2021-09-08. Attempted to build from source per "How to Build Warewolf from Source Part 1". Getting the following errors when trying to build the Server.sln solution:

C:\source\Warewolf\Dev\Warewolf.Driver.Resume\Warewolf.Driver.Resume.csproj : error : The project file cannot be found.

C:\source\Warewolf\Dev\Warewolf.Driver.Resume.Tests\Warewolf.Driver.Resume.Tests.csproj : error : The project file cannot be found.

server source studio
0
W trakcie analizy

Post Tool is not recognising the variables in the body when generating outputs

Wynand Vermaak 4 lat temu w Studio / Variables Ostatnio zmodyfikowane przez Yogesh Rajpurohit 4 lat temu 1

Hi guys,

I worked with the Post Tool this morning and experienced the following bug. When declaring variables in the body of the Post Tool, it doesn't automatically populate in the Variables Toolbar. Also, the output variables from the Post Tool also doesn't populate the Variables Toolbar. Please refer to the following snip:

Image 928

I proceeded by entering the variables manually, but as you can see from the following snip, it appears that the Variables Toolbar is not recognizing them.

Image 929

Please feel free to contact me if additional info is needed.

Regards,


W

studio variables workflow
0
W trakcie analizy

Email Address format change on the Input "Assign Object" tool

Hiren Khatri 4 lat temu w Studio / Variables Ostatnio zmodyfikowane przez Gandalf 4 lat temu 1

In the "Assign Object" input variable, If we pass the correct email address the first time then it will be fine but after 2nd time if we try with the same payload as input then their email address format change from "hiren@gmail.com" to "hirengmail.com".

Replicate on version "Warewolf-2.6.1" and "Warewolf-2.6.2.0".

Input Payload:

"{
"BusinessEvent": {
"RequestID": "40CA026F-8A5A-4695-AEEF-A5FEDF37B371",
"ReferenceId": "9307deed-273c-44d2-8124-2b970223c175",
"Customer": {
"Mandate": [
{
"MandateShortId": "TU000000150",
"MandateId": "e52805a2-2da2-440f-8d59-7d46683b6834"
}
],
"PlanId": "74",
"EmailAddress": "hiren@gmail.com",
"FirstName": "Sune",
"DisplayNumber": "TU00000",
"MobilePhone": "27832640"
},
"ExternalSourceType": "CRM"
}
}"


For reference, attach snaps and sample workflow.


Sample Workflow

Image 914

Image 915


0

UAT feedback: Suspend tool: getting processing state twice in hangfire database

maya khambhayata 4 lat temu 0

Getting processing state twice in hangfire database. because of that sometime activity after suspend execute multiple time.

Image 906