Book a Demo

Author Topic: Fork/Join in Quick Linker  (Read 3111 times)

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Fork/Join in Quick Linker
« on: April 01, 2020, 02:31:15 am »
In a Quick Linker definition, if I specify a ControlFlow from a ForkJoinH or ForkJoinV to a stereotyped Action, it doesn't work.
If I specify the same from a stereotyped Action to a ForkJoinH or ForkJoinV, it works.

ForkJoinH,,Action,actstereo,,,,ControlFlow,,,You'll never see this,,TRUE,,TRUE,TRUE,,0,,,,,0
ForkJoinV,,Action,actstereo,,,,ControlFlow,,,Nor will you see this,,TRUE,,TRUE,TRUE,,0,,,,,0
Action,actstereo,ForkJoinH,,,,,ControlFlow,,,But you will see this,,TRUE,,TRUE,TRUE,,0,,,,,0
Action,actstereo,ForkJoinV,,,,,ControlFlow,,,As indeed you will this,,TRUE,,TRUE,TRUE,,0,,,,,0


15.1.1527.

/Uffe
My theories are always correct, just apply them to the right reality.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Fork/Join in Quick Linker
« Reply #1 on: April 01, 2020, 09:18:33 am »
Hi Uffe,

I note these (collected) examples are all ControlFlows which is a directed relationship.  Allowing for the fact that EA conflates directionality with inevitability, I notice that you don't include the direction component in your definition  ("To, From" etc.).  I ALWAYS specify it.  Give that a try and see if it helps.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Fork/Join in Quick Linker
« Reply #2 on: April 01, 2020, 08:42:40 pm »
Worth a shot, but no. Neither "to" nor "directed" had any effect.

/U
My theories are always correct, just apply them to the right reality.