Book a Demo

Author Topic: Hide the code in a BPMN Simulation  (Read 3709 times)

Ian Mitchell

  • EA User
  • **
  • Posts: 507
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Hide the code in a BPMN Simulation
« on: June 07, 2013, 12:22:22 am »
I've created a truly beautiful BPMN simulation, which skips happily though the process like a....skippy thing.
But when I show it to Process-type people - who are generally non-technical - they are bit intimidated by the fragments of code (e.g. Math.floor(Math.random()*2) == 1;) on some of the connectors, where I want to the flow to choose 50/50 random direction.

Does anyone know of a way to hide this bit of code on my otherwise splendid diagram?

BTW - the code is in a SequenceFlow.conditionExpression tagged value, and Diagram/Connectors/Show Connector Property String doesn't do it.  

Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Hide the code in a BPMN Simulation
« Reply #1 on: June 07, 2013, 08:38:13 am »
  • Right click on the label and select 'Hide Label'.
  • Right click on the sequence flow and select Visibility | Hide all Labels.
  • Right click on the sequence flow and select Visibility | Set label Visibility.

Uncheck the label.
[/list]

Connector property string is referring to labels like {sequence}. (Always that form)
« Last Edit: June 07, 2013, 08:39:38 am by simonm »

Ian Mitchell

  • EA User
  • **
  • Posts: 507
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Re: Hide the code in a BPMN Simulation
« Reply #2 on: June 07, 2013, 04:41:32 pm »
Duh!
(thanks)
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com