Skip to main content

v4.25.0: Subprocess Dependencies & More

Release date: 2025-10-08

Kestutis Vansavicius avatar
Written by Kestutis Vansavicius
Updated this week

New Features

Subprocess Dependencies

You can now link subprocesses within the same main process so that one can’t start until another is completed. Blocked subprocess statuses can’t be updated until they’re unblocked, and automatic notifications are sent when dependencies are cleared. Dependencies are managed directly in the process form and apply only within a single main process.


API: Automate Subtasks and Attach Files to Subprocesses

  • Subtasks in subprocesses can now be automatically marked as done via the Daymi public API. This allows internal systems to complete subtasks when checks are performed, helping automate workflows and reduce manual work.

  • Files can now be uploaded and attached to subprocess entities through the Daymi public API. This makes it easier to automatically collect supporting documents and prepare complete records for audits.

Find the setup guide here: https://app.strivr.io/api/v1/swagger.
If you need assistance, reach out to us at [email protected].


Custom Time Sections

If you’re working in Dashboard → Day View and want to use custom time sections, we can now help you set them up. Previously, time sections applied at the organization level, meaning everyone saw the same configuration. Now, they can be customized per team, giving you more flexibility.

👉 Contact [email protected] if you’d like your dashboard grouped into different time sections.


Bug Fixes

  • When creating a new Process with a Daily recurrence, the Starting from date picker no longer skips valid weekdays (e.g., Monday, Thursday, Friday).

  • When multiple teams are assigned to a main process, the team names and status bar now display correctly at different browser zoom levels. Previously, at 90% zoom, they could overflow outside the card view.

  • For API users, submitting an error via /subprocesses/{id}/submit_error/ now links the error to the correct entity date. Previously, it was always linked to today’s entity, regardless of the date provided.

  • Notifications for subprocesses with approvals now continue until the approval step is completed. Previously, when using Before deadline, On deadline, or After deadline rules, notifications stopped as soon as the maker marked the subprocess as done, even if approval was still pending.

  • Fixed – In Custom Dashboard → Dashboard → Day View, the Split processes option can now be disabled and saved as expected. Previously, if you turned off Split processes and saved your dashboard, it would still appear as if the option was turned on.


Other

  • The Routine -> Once view now shows only the last 2 years of once processes by default. This improves loading speed and keeps the view focused on relevant processes, without including very old data.

Did this answer your question?