#startMessageEvent

execution traces (archived) of messages sent using event start symbols?

hi

Where we can find the execution traces of messages sent using event start symbols?

i can't find them in Arch_Flow_Node_Instance file!!!!

Process started by Start Message

I Have a Process that is started with a 'Start message' event, works well

My questions are,

The StartedBy returns 0 (Why is not the Id of the user that started the parent Process)

The RootProcessInstance returns the same process Id (Why is not the id of the Parent Process)

The CallerId returns -1 (Why is not the id of the Parent Process)

For example, If I have 2 parent process definition, how to I know Who is the caller? o What is the Process Instance Id that fired the start message event... I have to add parameters to my starter message ?

Notifications