-
Notifications
You must be signed in to change notification settings - Fork 243
task/FOUR-26812 Dev Link functionality should include Service Task (Custom Packages) #8550
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| $config = json_decode(Utils::getAttributeAtXPath($this->model, $path, 'pm:config'), true); | ||
|
|
||
| // Update resource ID in config | ||
| $config['resource']['id'] = $dependent->model->id; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gustavobascope consider to include this defensive code in case the pm:config is not defined
|
caleeli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gustavobascope consider to include this defensive code in case the pm:config is not defined
|





Issue & Reproduction Steps
Dev Link functionality should include Service Task (Custom Packages)
Solution
Added the new service task asset to the exportermap and processexporter
How to Test
As a Process Designer,
I want Dev Link to include packages such as Service Tasks,
So I can import all relarted assets from a Dev Link, including the packages like service tasks which are used by some processes.
Related Tickets & Packages
https://processmaker.atlassian.net/browse/FOUR-26812
https://github.com/ProcessMaker/package-service-task/pull/2