Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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.
TraceableWorkflowUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowDebugPass.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
TraceableWorkflowTraceableWorkflowlyrixx commentedOct 10, 2023
This PR is ready for 2 month. I'm gonna merge it by the end of the week if there are not more review |
TraceableWorkflowTraceableWorkflowsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowDebugPass.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedOct 18, 2023
@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 to750aa14Comparelyrixx commentedOct 19, 2023
2d5a6ee tod75ea2fComparesrc/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedOct 20, 2023
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?