@gigya/destination
Version:
Gigya API Client with SAP Cloud SDK Destination Support
30 lines (28 loc) • 393 B
JavaScript
const ActivityTraits = {
1: 1,
2: 2,
4: 4
};
const OrderBy = {
0: 0,
1: 1,
2: 2
};
const WorkflowContextFidelity = {
0: 0,
1: 1
};
const WorkflowPersistenceBehavior = {
0: 0,
1: 1,
2: 2
};
const WorkflowStatus = {
0: 0,
1: 1,
2: 2,
3: 3,
4: 4,
5: 5
};
export { ActivityTraits, OrderBy, WorkflowContextFidelity, WorkflowPersistenceBehavior, WorkflowStatus };