Code Review
/
sdc
/
sdc-workflow-designer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6f473453d4e6dca356a6aeb8e8f23125ec94555c
[sdc/sdc-workflow-designer.git]
/
1
package org.onap.sdc.workflow.persistence.types;
2
3
public enum WorkflowElementType {
4
5
ARTIFACT,
6
INPUTS,
7
OUTPUTS,
8
INPUT,
9
OUTPUT
10
}