Skip to main content

How to use Split for parallel line rules

  • 25 March 2018
  • 2 replies
  • 41 views

I have a split in workflow but it only goes to 1st task because of IF-then-End condition.

I need a case condition.

 

IF Action1 = true then "Core Task" end

IF Action2 = true then "NE Task" end

IF Action3 = true then "IN Task" end

 

Action1 = 1

Action2 = 0

Action3 = 1

 

Split will line rules will go to both Action1 and Action3 task at the same time.

 

 

10971i1455AAA7477E893A.jpg

 

I am having difficulty upgrading my k2 studio (v4.7) workflow to k2 five.

Good day @Dabuskol,


 


Please see below documentation about split step hopefully it will give you better understanding on how to use slip step.


https://help.k2.com/onlinehelp/k2five/userguide/5.0/default.htm#K2_Workflow_Designer/Use/Toolbox/Logic/Split/Split.htm


 


Please also see below  KB article with regard to " I am having difficulty upgrading my k2 studio (v4.7) workflow to k2 five." question.


https://help.k2.com/support-services/kbs100055


 


Kind regards


Themba


I'm not really sure which is the desireable outcome based on your wording. If you want to only follow the first path that passes a test, you don't really need a split in this case, you want fall-through decisions with custom rules:


Reply