-
-
-
Serialized Fields
-
eventType
@NotBlank String eventType
The type of event.
-
executionId
String executionId
The ID of the execution this event is associated with (nullable).
-
processDefinitionId
String processDefinitionId
The ID of the execution this event is associated with (nullable).
-
processInstanceId
String processInstanceId
The ID of the process definition this event is associated with (nullable).
-
-
class TimerConfiguration extends org.ameba.integration.jpa.ApplicationEntity implements
Serializable
-
Serialized Fields
-
cronExpression
@NotBlank String cronExpression
A 6-digit Spring Cron expression, like 10 * * * * ?.
-
description
String description
A descriptive text for the configuration.
-
name
@NotBlank String name
Name of the workflow to execute.
-
runtimeVariables
Map<String,String> runtimeVariables
An arbitrary map of runtime variables that are passed to the workflow execution.
-
-
-
Serialized Fields
-
cronExpression
@NotBlank String cronExpression
The field for the cronExpression
record component.
-
description
String description
The field for the description
record component.
-
name
@NotBlank String name
The field for the name
record component.
-
pKey
String pKey
The field for the pKey
record component.
-
runtimeVariables
Map<String,String> runtimeVariables
The field for the runtimeVariables
record component.
-
-
class ConfigurationEvent extends org.openwms.core.event.RootApplicationEvent implements
Serializable