Interface: IWorkflowInteractionDefinition
sdk.v1.IWorkflowInteractionDefinition
Properties of a WorkflowInteractionDefinition.
Implemented by
Properties
description
• Optional description: null | string
An optional interaction description provided by the application. By convention, external tools may interpret its first part, i.e., ending with a line break, as a summary of the description.
name
• Optional name: null | string
An optional name for the handler. If missing, it represents a dynamic handler that processes any interactions not handled by others. There is at most one dynamic handler per workflow and interaction kind.