0
Отвечен

Within designer view, are you able to abstract that process flow into a process object that could be used in higher level processes?

Анонимный 10 лет назад в Server / Execution обновлен anonymous 10 лет назад 0
Ответ
anonymous 10 лет назад
All workflows are re-usable via the Explorer in the Studio.
You just need to drag it from the explorer onto your new workflow to re-use it.

Be sure to map your inputs and outputs when re-using a workflow.
0
Отвечен

Can you edit variables at run time?

Анонимный 10 лет назад в Server обновлен Gandalf 10 лет назад 0
Ответ
Gandalf 10 лет назад
Currently this is not possible. Once a workflow has been called, it will run its course given the inputs provided.
Once the User interaction (Webpages) piece is done, you will be able to interact with the workflow if its built into the process.
0
Отвечен

Do you support state machines?

Анонимный 10 лет назад в Server обновлен anonymous 10 лет назад 0
Ответ
anonymous 10 лет назад
No we do not. We currently only support flowcharts.
0
Отвечен

How do I turn off security?

Анонимный 10 лет назад в Server / Execution обновлен Gandalf 10 лет назад 0
Im working at home and my network is secure, I dont want to have to set permissions on everything all the time.
Ответ
Gandalf 10 лет назад
From release 0.4.2.3 onwards we have introduced a Public group.

It is not a windows group, its internal to Warewolf.

1. Open Security Settings
2. Under the Windows Group heading, you will see a Public group.
3. Give this group Administrator rights.
4. Click Save

Any user can now do anything on that Warewolf.
0
Исправлен

Warewolf server crashed

Alex Hampel 11 лет назад в Server обновлен Gandalf 10 лет назад 0

I tried to click 'edit' on a service proc in my designer and the edit window opened but the progress wheel just remained spinning.


Wareworf server then crashed.


Details from the Application Log:


1.

Faulting application name: Warewolf Server.exe, version: 0.3.1.1, time stamp: 0x51decfcb

Faulting module name: clr.dll, version: 4.0.30319.18052, time stamp: 0x5173c114

Exception code: 0xc0000005

Fault offset: 0x000000000005b074

Faulting process id: 0xcdc

Faulting application start time: 0x01ce8385673cd772

Faulting application path: C:\Program Files (x86)\Warewolf\Server\Warewolf Server.exe

Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll

Report Id: 030305a3-f431-11e2-ac0c-70f3951b032e



2.

Application: Warewolf Server.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an internal error in the .NET Runtime at IP 000007FEF07AB074 (000007FEF0750000) with exit code 80131506.


+2
Отвечен

Can I return json from a service call?

Chas Digal 11 лет назад в Server / Execution обновлен Gandalf 11 лет назад 1

Most API's these days allow a variety of return types. What types can I offer without having to build it into everything I do and still have it as XML

service execution
Ответ
Gandalf 11 лет назад

You can return XML or JSON. By default the system will return XML from any service call. The caller can define the response type as json by placing a .json after the name of the service they are calling. eg
http://127.0.0.1:1234/services/BringBackTheATeam.json?VoteMail=...

+1
Завершен

Updating Password for db

Alex Hampel 11 лет назад в Server / Resources обновлен Gandalf 11 лет назад 0

My windows password used to connect to this sql server needed to be changed today. I open up my source to enter the new password.



Once the connection test succeeds I am asked to select a db. It would be nice if I didn't have to re-select the db as I'm sure this could lead to the incorrect db being selected.


Ответ
Gandalf 11 лет назад

Good thinking. Thanks

+1
Запланирован

Human interaction / webpage

Chas Digal 11 лет назад в Server / Execution обновлен Gandalf 10 лет назад 0

Front ends or webpages would be awesome.

web
Ответ
Gandalf 10 лет назад
Yes, this is now in the pipeline!
0
Завершен

View in browser not passing parameters from Querystring

Alex Hampel 11 лет назад в Server / Execution обновлен Gandalf 11 лет назад 0

If I execute in debug mode it works correctly using an assign/passing in parameter values



if I use an assign just after start, it works correctly and returns the expected result in the browser




If I take out the assign and pass in the values in a querystring from the browser it appears as if they're not being passed through





Ответ
Gandalf 11 лет назад

All done. You can now also add .json to the end of the service you are calling! Give it a try and let us know what you think.

PS You dont need to put the [[ ]] into the query string: ?FName=Alex&SName=Hampel

+2
Исправлен

SQL connection - windows auth

Alex Hampel 11 лет назад в Server / Resources обновлен Grommit 11 лет назад 1

When I select 'Windows' for sql authentication and click the test connection button it immediately fails.


If i click test connection again the 'working' wheel just spins forever with no result.



Ответ
Grommit 11 лет назад

This will be available in the next build. Thanks Alex.



Сервис поддержки клиентов работает на платформе UserEcho