Articles

Restart Workflow with Rest API V2

This endpoint allows you to restart the workflow for the specified entry. It can be accessed as a POST to /wp-json/gf/v2/entries/[entry_id]/workflows/restart

Workflow Status Object

KeyTypeDescriptionfinal_statusStringFinal status of the workflow that could be a value of: pending, complete, approved, rejected.

Workflow Step Object

Each step object will have different properties based on a number of factors including:
The Common Step Settings that will apply to every step.

Process Incoming Webhook with Rest API v2

This endpoint allows external services to submit data to complete an incoming webhook step with field values mapped based on settings defined in the Incoming Webhook step. It can be accessed as a POST to /wp-json/gf/v2/entries/[entry_id]/workflow-hooks

gravityflow_rest_api_capability_restart_workflow

The gravityflow_rest_api_capability_restart_workflow filter allows customization of the capabilities an authenticated request for restarting a workflow is checked against.

gravityflow_rest_api_capability_cancel_workflow

The gravityflow_rest_api_capability_cancel_workflow filter allows customization of the capabilities an authenticated request for cancelling a workflow is checked against.

gravityflow_assignee_ajax_search_account_threshold

gravityflow_assignee_ajax_search_account_threshold filter allows customization of the minimum number of users in a site which would trigger the assignee/conditional routing settings to use the ajax search behaviour

Gravity Flow 3.0 Key Features

Gravity Flow 3.0 is available to customers with an active license via auto-update and for download from their account area.As with all our major updates, the public launch of 3.0 will be via a phased rollout to ensure smooth adoption and provide a ramped approach to gathering feedback.

gravityflow_rest_api_capability_send_step

The gravityflow_rest_api_capability_send_step filter allows customization of the capabilities an authenticated request for sending the workflow to a different step is checked against.

gravityflow_rest_api_capability_restart_step

The gravityflow_rest_api_capability_restart_step filter allows customization of the capabilities an authenticated request for restarting a workflow step is checked against.