SendExternalEvent
void
public static function SendExternalEvent(
string workflowId,
string eventName,
array arEventParameters = array()
);
Static method sends an external event to the specified workflow.
Note: This method receives the array of configuration parameters and generates scripts, required to show file dialog. Static method.
Method parameters
Parameter | Description |
---|---|
workflowId | Workflow ID code |
eventName | Event name |
arEventParameters | Event parameters |
Examples
<?
CBPRuntime::SendExternalEvent($workflowId, $eventName, $arEventParameters);
?>
© «Bitrix24», 2001-2024