Hi I want for each Employee a Case. How am i able to do that? At the Moment i am iterating through a list of Employee and give each of them a task. At the moment they use the same Case. I am working with the Ivy Task step and a System Task to iterate through.

alt textcode

asked 29.03.2016 at 16:50

Florian%20Hitz's gravatar image

Florian Hitz
(suspended)
accept rate: 0%

edited 30.03.2016 at 08:13


You can do this with a Trigger that calls another Start (the task will run in a new case)

A small sample can be found here: triggerAllUsers_61.iar

alt text

link

answered 01.04.2016 at 12:13

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 07.03.2018 at 10:33

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247

Thank you for this answer, i just cant import your project. alt text

(01.04.2016 at 13:48) Florian Hitz Florian%20Hitz's gravatar image

I've created it with Axon.ivy 6.1.0 and it seems to be incompatible with older versions of the designer. You can download the latest version in the download section.

But the trigger functionality is basically available since 4.x. So you should be able to adapt my example in the ivy version you use

(01.04.2016 at 13:51) Reguel Werme... ♦♦ Reguel%20Wermelinger'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:

×18

Asked: 29.03.2016 at 16:50

Seen: 3,483 times

Last updated: 07.03.2018 at 10:33