Last active
September 21, 2017 23:55
-
-
Save myfoxtail/12a38ac83340c7dd981037d5a435a0c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Process = { | |
_id: "2384qn8rtc8eui3j2n4j27398venrtj", | |
versionId: "", | |
name: "Create Travel Dashboards", | |
tags: "", | |
steps: [ | |
{ | |
inputs: [ | |
{ | |
id: 1, | |
type: 'Select', | |
props: { | |
label: 'Select something', | |
multiple: false, | |
options: [1, 2, 3, 4, 5], | |
required: false, | |
value: 3 | |
}, | |
xianPropertyReferenceRel: "4372888.1380178" | |
} | |
], | |
outputs: [ | |
{ | |
id: 2, | |
type: 'Text', | |
props: { | |
value: 'Your data is here.' | |
}, | |
xianPropertyReferenceRel: "4372888.1380178" | |
} | |
], | |
visible: true, | |
display_order: [1, 2], // inputs and outputs IDs | |
id: 123123 | |
}, | |
{ | |
inputs: [], | |
outputs: [], | |
display_order: [1234, 5432, 653445], // inputs and outputs IDs | |
visible: false | |
}, | |
{ | |
outputs: [ | |
], | |
display_order: [1234, 5432, 653445], // outputs and outputs IDs | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sdf