Skip to content

Allow process to be auto-detected from active process list. #8

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 26, 2019

Conversation

dereuromark
Copy link
Contributor

It should be as simple as

$processDto = new ProcessDto();
$processDto->setStateMachineName('Test');

$identifier = $myEntity->id;

$stateMachineFacade->triggerForNewStateMachineItem($processDto, $identifier);

@dereuromark dereuromark added the enhancement New feature or request label Apr 26, 2019
@dereuromark dereuromark merged commit 33698a4 into master Apr 26, 2019
@dereuromark dereuromark deleted the autodetect-process branch April 26, 2019 14:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant