FOUR-15508: [Summer24] Variable Task Due Date by pmPaulis · Pull Request #6930 · ProcessMaker/processmaker
Issue & Reproduction Steps
Variable Task Due Date
By implementing the feature to add dynamic variables to the due date configuration of tasks, users will gain greater control and customization options. This enhancement will empower users to create more flexible and adaptive task configurations that can automatically adjust due dates based on dynamic factors such as project progress, task dependencies, or external events.
PRD: https://processmaker.atlassian.net/wiki/spaces/PM4/pages/3423043585/Add+Due+Date+to+Cases
FIGMA: https://www.figma.com/file/RiBfT37iExrySseqYZuLg3/Summer-2024?type=design&node-id=103-14&mode=design&t=7oQ7Jtt0yX03U1x6-0
Solution
As a user, I want to be able to add a dynamic variable on the due date’s task configuration
How to Test
- Access the Modeler.
- Select a task (form or manual)
- Go to the Configuration Rail.
- Find the Due Date configuration field.
- Be able to add a dynamic variable. If the dynamic variable does not exist, the default show be kept as 72 hours.
Related Tickets & Packages
Code Review Checklist
- I have pulled this code locally and tested it on my instance, along with any associated packages.
- This code adheres to ProcessMaker Coding Guidelines.
- This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
- This solution fixes the bug reported in the original ticket.
- This solution does not alter the expected output of a component in a way that would break existing Processes.
- This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
- This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
- This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
- This ticket conforms to the PRD associated with this part of ProcessMaker.
ci:next
ci:deploy
ci:processmaker-bpmn-moddle:feature/FOUR-15681