Documentation

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

ParameterDescription
workflowIdWorkflow ID code
eventNameEvent name
arEventParametersEvent parameters

Examples

<?
CBPRuntime::SendExternalEvent($workflowId, $eventName, $arEventParameters);
?>


© «Bitrix24», 2001-2024
Up