ActivityNotExistsException
extends ActivityCompletionException
in package
Table of Contents
Properties
- $activityId : string|null
- $activityType : string|null
- $runId : string|null
- $workflowId : string|null
Methods
- fromActivityInfo() : static
- fromPrevious() : static
- fromPreviousWithActivityId() : static
- getActivityId() : string|null
- getActivityType() : string|null
- getRunId() : string|null
- getWorkflowId() : string|null
- buildMessage() : string
- Build key-value list to explain exception. Skips empty values.
Properties
$activityId
private
string|null
$activityId
= null
$activityType
private
string|null
$activityType
= null
$runId
private
string|null
$runId
= null
$workflowId
private
string|null
$workflowId
= null
Methods
fromActivityInfo()
public
static fromActivityInfo(ActivityInfo $info[, Throwable|null $e = null ]) : static
Parameters
- $info : ActivityInfo
- $e : Throwable|null = null
Return values
staticfromPrevious()
public
static fromPrevious(Throwable $e) : static
Parameters
- $e : Throwable
Return values
staticfromPreviousWithActivityId()
public
static fromPreviousWithActivityId(string $activityId, Throwable $e) : static
Parameters
- $activityId : string
- $e : Throwable
Return values
staticgetActivityId()
public
getActivityId() : string|null
Return values
string|nullgetActivityType()
public
getActivityType() : string|null
Return values
string|nullgetRunId()
public
getRunId() : string|null
Return values
string|nullgetWorkflowId()
public
getWorkflowId() : string|null
Return values
string|nullbuildMessage()
Build key-value list to explain exception. Skips empty values.
protected
static buildMessage(array<non-empty-string, mixed> $values) : string
Parameters
- $values : array<non-empty-string, mixed>