t_SOADefinition_IntegrationServices_Service
Service
Properties
args : identifierListService arguments: arg1 arg2 ... argN. A special argument is *:output* which keeps track of the output channel.
These are arguments that the service expects. They can be passed in by SysService'invoke... or by setting the properties on a Service Binding.Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
description : stringService description.
interface : stringService interface. If not specified, the service can process any message, which is provided in raw (unparsed) format.
layout : stringGUI layout data.
name : identifierThe service name.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
privilege : stringPrivilege required to invoke the service.
privileged : booleanTrue to execute the service in privileged mode (without security restrictions).
stream : booleanTrue to provide a stream input in the raw message body.
variables : identifierListService variables: var1 var2 ... varN.
Variables can be used to pass information from step to step or control message flow.Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
Content
Choice of:
g_Sequence_Script [1..1]
g_Sequence_Goto [1..1]
g_Sequence_Transform [1..1]
g_Sequence_Dispatch [1..1]
g_Sequence_Loop [1..1]
g_Sequence_Semaphore [1..1]
g_Sequence_TryCatch [1..1]
g_Sequence_Persist [1..1]
g_Sequence_Sync [1..1]
g_Sequence_Send [1..1]
g_Sequence_SendReceive [1..1]
g_Sequence_Join [1..1]
any [1..1]
Parents
Parent topic: t_SOADefinition_IntegrationServices