Book a Demo

Author Topic: BPMN simulate: how to set value of gateway  (Read 3502 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
BPMN simulate: how to set value of gateway
« on: September 28, 2012, 09:20:20 pm »
BPMN Edition Ultimate, Version 9.2.922:

Simulate works fine, but how to set teh value of gateway (true / false).

« Last Edit: September 28, 2012, 11:03:55 pm by michel777 »

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: BPMN simulate: how to set value of gateway
« Reply #1 on: September 30, 2012, 07:15:58 pm »
1) open the model
2) right mouse click on the model
3) select "Execute Simulation"
4) select "manual"

Remark: starting simulation within the Simulation window uses teh parameter "Interpreted" isntead "manual".

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: BPMN simulate: how to set value of gateway
« Reply #2 on: October 02, 2012, 11:38:05 am »
It is in the SequenceFlow exiting the Gateway that you set your conditional statement.
This is set in the SequenceFlow Tagged Value:
ConditionExpression
This works the same as a Transition Guard.
Also ensure ConditionType is set to "Expression".