Type alias WorkflowsChangelogEntryProps

WorkflowsChangelogEntryProps: {
    entity: Link<"Entry">;
    event: string;
    eventAt: string;
    eventBy: SysLink;
    stepAnnotations: string[];
    stepId: string;
    stepName: string;
    workflow: VersionedLink<"Workflow">;
    workflowDefinition: Link<"WorkflowDefinition">;
}

Type declaration

  • entity: Link<"Entry">
  • event: string
  • eventAt: string
  • eventBy: SysLink
  • stepAnnotations: string[]
  • stepId: string
  • stepName: string
  • workflow: VersionedLink<"Workflow">
  • workflowDefinition: Link<"WorkflowDefinition">