Sends an external trigger to an activity instance inside the specified execution.
Updated process variables may also be specified.
Parameters
Name | Type | Description |
---|---|---|
executionId | String | The execution to signal |
variables | Object | Optional map of variables to add to the execution |
fileReferences | Object | Map of field names to file reference objects. The supplied files will be referenced by the workflow and remain available until it completes. For an example see the startProcess function |
replaceExistingFiles | boolean | True by default. If this property is true, files named in the "fileReferences" parameter replace any existing files provided under that name which will no longer be referenced by the workflow. Otherwise the new file and and any previous files referenced under that name will be kept |
executionId is required, other parameters are optional |
Last modified on March 10, 2020