The Oasis Workflow front end shortcodes are available with the “Oasis Workflow Front End Actions Add-on“.
The [ow_workflow_inbox] shortcode is used to display the Workflow Inbox anywhere on your site. The shortcode only works for logged in users.
The workflow inbox will allow users to sign off from their task. It will also allow users to “Claim” the task.
You can use any/all these attributes with the workflow inbox short code.
[ow_workflow_inbox attributes=post_title, workflow, post_status, author, category, due_date, post_type, comment, priority]
Example
[ow_workflow_inbox] // will display default attributes. // another example - will display all the attributes listed in the attributes variable [ow_workflow_inbox attributes=post_title, workflow, post_status, author, category, due_date, post_type, comment, priority]