Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleOSWorkflow endpoint attributes
borderStylesolidbgColor='lighblue'

Name

Type

Description

Required

service

QName

the service name of the exposed jbi endpoint

yes

endpoint

String

the endpoint name of the exposed jbi endpoint

yes

action

String

the initial action called in workflow (must be an a int value)

yes

caller

String

if set, this will be set as the caller user name of the workflow

no

workflowName

String

the name of the workflow to start. This name must be specified in workflows.xml

yes

...

Info
titleTransientVars
borderStylesolidbgColor='lighblue'

Key-Constant

Value-Type

Value-Description

OSWorkflow.KEY_EXCHANGE

MessageExchange

the message exchange which was received before this workflow was started

OSWorkflow.KEY_IN_MESSAGE

NormalizedMessage

the "in" message which was received before this workflow was started

OSWorkflow.KEY_ENDPOINT

OSWorkflowEndpoint

the endpoint managing this workflow (provides useful helper methods)

OSWorkflow.KEY_CALLER

String

The caller user name defined in the endpoints configuration (caller in xbean)

OSWorkflow.KEY_ASYNC_PROCESSING

boolean Boolean

if true, the workflow is running in a separate thread

...