Fields Not Becoming Read-Only After Completing Custom Playbook Activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I created a custom activity definition in a playbook called “Continue.” Its purpose is to update the record and move it to the next stage while marking the current stage as complete. The activity works as expected — the record updates correctly and the workflow advances to the next stage.
However, after moving to the next stage, the fields in that stage are still editable, instead of becoming read-only like the out-of-the-box playbook behavior. I also verified that the record in the sys_flow_data table is marked as complete, but the fields remain editable.
Has anyone faced this issue? What additional configuration or logic is required to make the fields read-only once a stage is completed?
