Skip to content

Instantly share code, notes, and snippets.

@myfoxtail
Last active September 21, 2017 23:55
Show Gist options
  • Save myfoxtail/12a38ac83340c7dd981037d5a435a0c2 to your computer and use it in GitHub Desktop.
Save myfoxtail/12a38ac83340c7dd981037d5a435a0c2 to your computer and use it in GitHub Desktop.
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
}
]
}
@myfoxtail
Copy link
Author

sdf

@myfoxtail
Copy link
Author

sdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment