StartWorkflowRequest

uk.gov.nationalarchives.dp.client.WorkflowClient.StartWorkflowRequest
case class StartWorkflowRequest(workflowContextName: Option[String], workflowContextId: Option[Int], parameters: List[Parameter], correlationId: Option[String])

A workflow request

Value parameters

correlationId

An optional correlation id. This can be empty.

parameters

An list of parameters. This can be empty

workflowContextId

An optional workflow context id. Either this or the context name must be provided.

workflowContextName

An optional workflow context name. Either this or the context id must be provided

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product