SignalInput
in package
Tags
Table of Contents
Properties
- $arguments : ValuesInterface
- $signalName : string
- $workflowExecution : WorkflowExecution
- $workflowType : string|null
Methods
- with() : self
Properties
$arguments read-only
public
ValuesInterface
$arguments
$signalName read-only
public
string
$signalName
$workflowExecution read-only
public
WorkflowExecution
$workflowExecution
$workflowType read-only
public
string|null
$workflowType
Methods
with()
public
with([string $signalName = null ][, ValuesInterface $arguments = null ]) : self
Parameters
- $signalName : string = null
- $arguments : ValuesInterface = null