Book a Demo

Author Topic: Executable StateMachine Artifact Macro List?  (Read 2895 times)

NikoWenz

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Executable StateMachine Artifact Macro List?
« on: August 17, 2018, 08:24:19 pm »
Hi,

is there any table of macros for the executable statemachine?

I know:

%BROADCAST_EVENT("EventName")%
%SEND_EVENT("EventName", CONTEXT_REF(ConnectorName))%

I search for the right macro to send Parameter information from one state machine to another.
I think it works with Signal with attributes.

But I dont know how to use the parameter of the signal in the state machine.

Something like: SignalName.SignalParameter

Greetings,

Niko

NikoWenz

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Executable StateMachine Artifact Macro List?
« Reply #1 on: August 29, 2018, 06:28:06 pm »
I found the Solution to Hand over my Parameter information.
In the Locals table the Parameter of an Signal is shown as "signalAttributeValue".