Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Workflow] Add aTraceableWorkflow
#51220
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
TraceableWorkflow
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowDebugPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
TraceableWorkflow
TraceableWorkflow
This PR is ready for 2 month. I'm gonna merge it by the end of the week if there are not more review |
TraceableWorkflow
TraceableWorkflow
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowDebugPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
@lyrixx Last call for 6.4 :) |
src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
0c7dc40
to750aa14
Compare2d5a6ee
tod75ea2f
Comparesrc/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Thank you@lyrixx. |
Initially, I wanted to display the current marking on the graph, but it's not possible. "current" does not mean anything. What if I use the workflow for 2 entities? What if I call twice
apply()
. Which marking should I choose? => this is not possible.But, DoctrineBundle use ajax, like for explaining SQL request. It would be nice to be able to click on a marking, and it'll re-render the graph with this marking. WDYT?