Hello all!

Does anybody know an easy way to get if an AxonIvy Application runs on a designer or on a Server? Or with other words how can we get the kind of Engine that runs the code (Server or Designer) ?

Thanks in advance

Emmanuel

asked 17.12.2015 at 20:56

Emmanuel's gravatar image

Emmanuel
(suspended)
accept rate: 66%


In an ivy Script Step (be sure to toggle to the Expert Mode)

code run's on designer => ivy.wf.getApplication().getName().equalsIgnoreCase("designer")

otherwise you're on a server

link

answered 18.12.2015 at 08:27

Stefan's gravatar image

Stefan
(suspended)
accept rate: 60%

1

Hi Stefan, Thanks a lot for your answer. It works perfectly ;) Emmanuel

(18.12.2015 at 09:15) Emmanuel Emmanuel's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78
×44
×27

Asked: 17.12.2015 at 20:56

Seen: 3,789 times

Last updated: 18.12.2015 at 09:15