Workflow actions

Hello all !!

In frappe, workflow actions are there under the Actions button in every doctype, I want to keep the workflow actions outside the Actions button.

Can anyone suggest me some ways to do this ??

excatly where? is it possible to provide screenshot

@krishnadabasiya here it is.
Here workflow actions are visible when we click on actions button, but i want move those actions outside the button.

in all doctype you want to apply that type or in specific doctype?

@krishnadabasiya In all doctypes.

hello @Kiranmai_M

To display workflow actions outside of the action button for all doctypes, you need to override the existing JavaScript file in Frappe.

File location:
frappe/public/js/frappe/form/workflow.js

Refer to the following video for instructions on how to override: