I read the camunda docs, for every events it was mentioned like “when token arrives”, but nowhere mentioned what actually the token is. Is the token carries any message or it’s a process variable used in events?
The Token is a BPMN concept that represents a state within a process instance. It does not have any variables or any message.
2 Likes