Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializing Error in ExclusiveGateway Class. #55

Closed
rockancun opened this issue Oct 24, 2019 · 1 comment
Closed

Serializing Error in ExclusiveGateway Class. #55

rockancun opened this issue Oct 24, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@rockancun
Copy link

rockancun commented Oct 24, 2019

At line 61 serialize ExclusiveGateway class the attibute defaultSequenceFlow is renamed for defaultSequenceFlowId.

When unserialize the object lost the value of attribute defaultSequenceFlow

public function serialize() { return serialize(array( 'id' => $this->id, 'name' => $this->name, 'role' => $this->role, 'defaultSequenceFlow' => $this->defaultSequenceFlowId, )); }

@iteman
Copy link
Member

iteman commented Nov 26, 2019

@rockancun I got it! Thank you!

@iteman iteman self-assigned this Nov 26, 2019
@iteman iteman added this to the 1.4.1 milestone Nov 26, 2019
@iteman iteman added the bug label Nov 26, 2019
@iteman iteman closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants