Hi all,

I'm needing a way to parallelize to lines of a process, with different logic in each line that includes user dialogs calls and many other logic steps. Split component is not valid as documentation referes. How can I do that? after each line completes the process steps in each one, they are joined with a join component in orther to continue the process execution.

Thanks in advance

asked 15.11.2017 at 11:20

jirazazabal's gravatar image

jirazazabal
(suspended)
accept rate: 0%


You would typically do this with a TaskSwitch. We have a good demonstration of it in the demos that are shipped with the Axon.ivy Designer.

See 'File' > 'Import' > 'Axon.ivy' > 'Ivy Sample Project' => Pick Workflow Demos and visit Processes/Humantask/ProcurrementRequestParallel

alt text

link

answered 16.11.2017 at 06:31

Reguel%20Wermelinger's gravatar image

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

edited 16.11.2017 at 06:31

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

Asked: 15.11.2017 at 11:20

Seen: 1,695 times

Last updated: 16.11.2017 at 06:31