diff --git a/src/Workflow/Schema/SubmitAction.php b/src/Workflow/Schema/SubmitAction.php index a0458067..7ab54fe8 100644 --- a/src/Workflow/Schema/SubmitAction.php +++ b/src/Workflow/Schema/SubmitAction.php @@ -42,13 +42,13 @@ public function __construct( example: WorkflowActionTypes::TRANSITION_ACTION )] private string $actionType, - #[Property(description: 'id of the element', type: 'integer', example: 50)] + #[Property(description: 'Id of the element', type: 'integer', example: 50)] private int $elementId, - #[Property(description: 'type of the element', type: 'string', example: ElementTypes::TYPE_DATA_OBJECT)] + #[Property(description: 'Type of the element', type: 'string', example: ElementTypes::TYPE_DATA_OBJECT)] private string $elementType, - #[Property(description: 'id of the workflow', type: 'string', example: 'my_first_workflow')] + #[Property(description: 'Id of the workflow', type: 'string', example: 'my_first_workflow')] private string $workflowId, - #[Property(description: 'id of the transition', type: 'string', example: 'start_workflow')] + #[Property(description: 'Id of the transition', type: 'string', example: 'start_workflow')] private string $transitionId, #[Property( description: 'workflowOptions',