Skip to main content

How to set WorkflowClientOptions in Java

Set WorkflowClient specific options with the WorkflowClientOptions class.

The following table lists the options used to configure WorkflowClient.

OptionDescriptionType
setDataConverterSet data converterDataConverter
setInterceptorsSet interceptors used to intercept Workflow Client callsWorkflowClientInterceptor[]
setIdentitySet human-readable identity of the WorkerString
setBinaryChecksumSet Worker binary checksumString
setContextPropagatorsSet the Context PropagatorsList< ContextPropagator >
setQueryRejectConditionSet conditions for when a Query should be rejected by closed and failed WorkflowsQueryRejectCondition