Skip to content

FOUR-24420 Add support to back tasks in the process #8264

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: pm-apps-2
Choose a base branch
from

Conversation

caleeli
Copy link
Contributor

@caleeli caleeli commented May 22, 2025

FOUR-24420 Add support to back tasks in the process

Related Tickets & Packages

ci:package-private-equity:develop
ci:package-collections:pm-apps
ci:package-data-sources:pm-apps
ci:connector-send-email:pm-apps
ci:modeler:pm-apps
ci:package-ai:pm-apps
ci:k8s-branch:latest-otel

@caleeli caleeli requested a review from rodriquelca May 22, 2025 21:04
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

*/
public function moveToken(Request $request, $taskId)
{
$task = ProcessRequestToken::findOrFail($taskId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Input validation was missed

    $request->validate([
        'target_task_id' => 'required|string|max:255'
    ]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants