You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble figuring out how my domain object should implement the "token" concept. The current README shows Article->getToken() as a method, but it isn't clear to me from the documentation how that token is used by the workflow and its nodes.
Does Article->getToken() return a unique identifier for the Node the Article is currently at? Would it return a value like article.draft or article.deleted ?
If it is the current workflow state, in which example class would you set the token via Article->setToken($currentNodeToken)?
The text was updated successfully, but these errors were encountered:
I'm having trouble figuring out how my domain object should implement the "token" concept. The current README shows
Article->getToken()
as a method, but it isn't clear to me from the documentation how that token is used by the workflow and its nodes.Does Article->getToken() return a unique identifier for the Node the Article is currently at? Would it return a value like
article.draft
orarticle.deleted
?If it is the current workflow state, in which example class would you set the token via
Article->setToken($currentNodeToken)
?The text was updated successfully, but these errors were encountered: