Closed (fixed)
Project:
FlowDrop FWA
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2026 at 15:55 UTC
Updated:
12 Mar 2026 at 18:15 UTC
Jump to comment: Most recent
FlowDropWorkflowAction imports OrchestrationRequest from the flowdrop_runtime namespace:
use Drupal\flowdrop_runtime\DTO\Orchestrator\OrchestrationRequest;
However, the OrchestrationRequest class was moved to the flowdrop_orchestration module. This causes a fatal error (Class not found) when triggering a FlowDrop workflow from a field widget action.
FlowDropWorkflowAction.php to reference the correct namespace:Drupal\flowdrop_orchestration\DTO\Orchestrator\OrchestrationRequest
flowdrop:flowdrop_orchestration as a module dependency in flowdrop_field_widget_actions.info.ymlStart within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
gxleano commentedComment #5
gxleano commented