Hi ivy team

I'm using ivy 7.0.1 and i have a example like this: alt text As you see in Chatting i have a condition that in user can get contact of girl, then that process can be triggered, otherwise it should be skipped.

It's working fine as my expectation, but now the requirement expand, my customer want that not only chatting but also all remaining processes should be skipped. but with current implementation, Datting, Express love still run even Chatting was skipped.

If i want to archive that requirement, i need to put condition is contact available for all remaining processes(after chatting), For me this is not a good solution because if we have several similar conditions like this, we need to apply it for all remaining processes.

My question is: Whether i can skip the remaining process by API? After chatting is skipped, i want the process is end programmatically.

Thanks

asked 25.12.2017 at 03:00

trungdv's gravatar image

trungdv
(suspended)
accept rate: 52%

edited 25.12.2017 at 03:00


Hello @trungdv

As you already have mentioned, you can solve this with Case Map Conditions. There is another way to control the flow of the Case Map.

We support jumping to another Stage by API:

ch.ivyteam.ivy.workflow.businesscase.IBusinessCase.setStageId(String)

Call this API in a script step at the end "Get notice & contact". You can directly jump to the Stage "Be Boyfriend".

In future versions of the Case Map we want to introduce new flow control mechanisms. We are thinking about to jump directly to a certain process, to set (so called) Milestones and query them in conditions.

P. S. Good luck on the date.

Alex

link

answered 27.12.2017 at 01:51

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

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:

×20
×10

Asked: 25.12.2017 at 03:00

Seen: 1,953 times

Last updated: 27.12.2017 at 01:51