Set the activity into view

{
"operationName": "setactivity",
"communication": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
},
"operationArguments": {
"activityID": "activity:test_act@/Demo_PVOB",
"viewPath": "/views/test_view"
}
}
operationName: string

Name of the operation

"setactivity"
communication: object
token: string

Token which will be used for authorization

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.dXNlcm5hbWU6ImR1bW15dXNlciIsImV4cCI6MTY4MDAwMDAwMH0.abc123XYZ456def789GHI012jkl345MNO678pqr901STU234vwx567YZ"
operationArguments: object
activityID: string

Represents unique UCM activity ID

"activity:test_act@/Demo_PVOB"
viewPath: string

Path in view in which to perform operation

"/views/test_view"