workflow.workflowprofile.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > WorkflowProfile
WorkflowProfile class
Signature:
export declare class WorkflowProfile implements ProfileHandler<Workflow, WorkflowSchema>
Implements: ProfileHandler<Workflow, WorkflowSchema>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| profile | readonly | Profile |
Methods
| Method | Modifiers | Description |
|---|---|---|
| createInstance(schema) |