HumanTaskUIUiTemplate constructor

const HumanTaskUIUiTemplate({
  1. Input<String?>? content,
  2. Input<String?>? contentSha256,
  3. Input<String?>? url,
})

Creates a new HumanTaskUIUiTemplate. content The content of the Liquid template for the worker user interface. contentSha256 The SHA-256 digest of the contents of the template. url The URL for the user interface template.

Implementation

const HumanTaskUIUiTemplate({
  this.content,
  this.contentSha256,
  this.url,
});