Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateProcessInstanceWithResultRequest

Hierarchy

  • CreateProcessInstanceWithResultRequest

Index

Properties

fetchVariables

fetchVariables: string[]

list of names of variables to be included in CreateProcessInstanceWithResultResponse.variables if empty, all visible variables in the root scope will be returned.

request

request: CreateProcessInstanceRequest | undefined

requestTimeout

requestTimeout: number

timeout (in ms). the request will be closed if the process is not completed before the requestTimeout. if requestTimeout = 0, uses the generic requestTimeout configured in the gateway.

Generated using TypeDoc