Serialized Form
-
Package com.broadleafcommerce.orchestration.client
-
Class com.broadleafcommerce.orchestration.client.History
-
Exception com.broadleafcommerce.orchestration.client.WorkflowCancelException
class WorkflowCancelException extends RuntimeException implements Serializable -
Exception com.broadleafcommerce.orchestration.client.WorkflowPauseException
class WorkflowPauseException extends RuntimeException implements Serializable-
Serialized Fields
-
autoResume
boolean autoResume
Whether the paused workflow should automatically be picked up by the next available process
-
-
-
-
Package com.broadleafcommerce.orchestration.service.provider.domain
-
Class com.broadleafcommerce.orchestration.service.provider.domain.WorkflowRequest
class WorkflowRequest extends Object implements Serializable-
Serialized Fields
-
contextInfo
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo
Context information to use for the remote request -
parameters
Map<String,
String> parameters The parameters that should be passed into the workflow. These parameters will generally inform the logic performed during the workflow execution lifecycle. -
reference
String reference
Optional. A reference value to which this workflow is correlated. The system will not start more than one workflow for a given reference value. The value must be less than or equal to 36 chars in length. Usually a ULID primary key for an entity. -
workflowName
String workflowName
The name of the workflow for which execution is requested
-
-
-
-
Package com.broadleafcommerce.orchestration.service.provider.external
-
Exception com.broadleafcommerce.orchestration.service.provider.external.ProviderApiException
class ProviderApiException extends RuntimeException implements Serializable-
Serialized Fields
-
receivedException
org.springframework.web.reactive.function.client.WebClientResponseException receivedException
The received error.
-
-
-
-
Package com.broadleafcommerce.orchestration.workflow