I want to start a Bitrix workflow with an API call. But I allways get as answer, that the DOCUMENT_ID is wrong. What I handover for the DOCUMENT_ID is: ['crm', 'CCrmDocumentDeal', '12345'] '12345' is the deal ID, but what is 'CCrmDocumentDeal'? I copied it from the documentation, but I dont find what it is and where I find how this should be in my system. Can somebody explain me this part of the bizproc.workflow.start Method?
Starting a Bitrix workflow with an API call.