Overview

Updates the definition data for an activity

Summary

This endpoint will update the Process Definition activity identified by the record input parameter with the data provided in the request payload.

Request Arguments

Name Type Description Required
record String The value for the act_uid field in the pmse_bpmn_activity record True

Request Payload

{
    "data":
    {
        "act_field_module":"Accounts",
        "act_fields":"[{\"name\":\"Assigned to\",\"field\":\"assigned_user_id\",\"value\":\"owner\",\"type\":\"user\",\"label\":\"Record owner\"}]"
    }
}

Response Arguments

Name Type Description
success Boolean The status of the update operation

Response

{
    "success":true
}