Questo metodo ritorna la lista degli eventi associati ad un workflow.
Legenda:
Parametro obbligatorio
Parametro opzionale
{
'sessionID': SID,
'idWorkflow': 'id workflow'
}
{
'result':
{
"HasError":false,
"Error":"",
"Events":
[
{
"EventType_Delete": false,
"EventType_Insert": true,
"EventType_Manual": true,
"EventType_Update": false,
"IdWorkflowEvent": "4f31c00f-0cf5-46b5-a481-71fd457639ef",
"Name": "...",
"Description": null,
"ExternalId": null,
"OwnerId": "130",
"World": 2,
"DomainId": null,
"Enabled": true,
"EventType": 9,
"IdWorkFlow": "ee0ed954-9618-4351-a990-fff0817f0eb5",
"Priority": 0,
"WorkStationId": null,
"CloneWf": true,
"StartFromMultipleObjects": false,
"State": 0,
"IsAdded": false,
"IsUpdated": false,
"IsDeleted": false,
"Id": 0
},
{...},
{...}
]
}
}