workflower icon indicating copy to clipboard operation
workflower copied to clipboard

A BPMN 2.0 workflow engine for PHP

Results 39 workflower issues
Sort by recently updated
recently updated
newest added

Related PR https://github.com/phpmentors-jp/workflower/pull/91

I was wondering if anyone has started updating this for Laravel 8.x I am working on a Laravel 8 project for a digital marketing agency and need to automate the...

question

Hi, first of all thank you for this great package. Awesome one! Recently I've tried to add a sub process to my simple workflow, but I got error about sub...

hi, This workflower is great but do you have a future plan to write a simple demo? I still feel confused after reading the quick start guide..

![image](https://user-images.githubusercontent.com/10814011/118648327-da85f180-b814-11eb-9552-b9c68f4305df.png)

PHP Fatal error: Class PHPMentors\Workflower\Process\WorkItemContext contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (PHPMentors\Workflower\Process\WorkItemContextInterface::getWorkItemId)

Argument 1 passed to PHPMentors\Workflower\Workflow\ProcessInstance::allocateWorkItem() must implement interface PHPMentors\Workflower\Workflow\Activity\WorkItemInterface, instance of PHPMentors\Workflower\Workflow\Activity\Task given, called in /workspaces/shipping-fee-center/vendor/phpmentors/workflower/src/Process/Process.php on line 98[434]

According to the BPMN standard an instance of a Process Definition is called Process Instance. I suggest a rename of the `Workflow` class to `ProcessInstance`. The `WorkflowBuilder` class could become...

The current implementation of serialisation/deserialisation is not really useful if you want to save process instances in a database. You can't store them serialised because you can't do any kind...

| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...