0
Under review

Warewolf.Tools.Specs compile error

Timothy Boyden 4 years ago in Server updated 4 years ago 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
Fixed

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

Timothy Boyden 4 years ago in Server updated by Ashley Lewis 4 years ago 3

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

Project: Dev2.TaskScheduler.Wrappers

File: Dev2TaskEventLog.cs

server source
Answer
Ashley Lewis 4 years ago

I have committed this patch:

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

Please check if this fixes the compile on your machine?

0
Fixed

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

Timothy Boyden 4 years ago in Server updated by Ashley Lewis 4 years ago 3

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


File: DropboxClientWrapper.cs

Project: Dev2.Common

server source
Answer
Ashley Lewis 4 years ago

I have committed this patch:

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

Please check if this fixes the compile on your machine?

+1
Not a bug

Gate Tool Selection is Getting Disappear

Anonymous 4 years ago updated by Yogesh Rajpurohit 4 years ago 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
Fixed

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

Timothy Boyden 4 years ago updated by Ashley Lewis 4 years ago 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
Under review

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

Wynand Vermaak 4 years ago in Studio / Variables updated by Yogesh Rajpurohit 4 years ago 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
Under review

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

Hiren Khatri 4 years ago in Studio / Variables updated by Gandalf 4 years ago 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 years ago 0

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

Image 906

0

UAT - 2.6.2 - Getting Empty row in Record set when error occurred.

Anonymous 4 years ago 0

Record set is adding empty row when error occurred during the assignment of value. Please check the sample workflow. Main Workflow 
Chile WorkFlow

0

Bug: Can’t override the object in child workflow.

Anonymous 4 years ago in Studio / Variables 0

We Found Issue while override the object in sub work flow. It is also giving duplicate errors as per the below Screenshot. Please find below workflow for more detail.Main Workflow
ChildWorkflow