API Reference
Class
FlowArtifactStepKind
Defines semantic step kinds for workflow and process artifacts.
Inheritance
- Object
- FlowArtifactStepKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method FlowArtifact.AddStep
- Constructor FlowArtifactStep.FlowArtifactStep
Fields
Step #A generic flow step.
Process #A process or activity step.
Decision #A decision or branching point.
Start #A flow start point.
End #A flow end point.
Input #An input step.
Output #An output step.
Data #A data store or data-oriented step.
External #An external system or actor.
Document #A document or artifact step.
Manual #A manual or human-owned step.
Delay #A wait or delay step.
Event #An event step.