UNPKG

@node-ts/bus-workflow

Version:

A workflow engine for orchestrating logic flows in distributed applications.

10 lines (7 loc) 208 B
import { WorkflowData } from '../workflow' export class TestWorkflowData extends WorkflowData { static NAME = 'TestWorkflowData' $name = TestWorkflowData.NAME property1: string eventValue: string }