When user trying to create a new Flow, user is required to specify the trigger event:
1) Show a dialog with google style search box to specify trigger event. Search box will only show the data that is event data.
2) Once user choose the trigger event, a Starting Node with the name of the trigger event will show up on the FMX design panel
3) All tasks' input have to be connected, no task in the flow can have input that is not connected. Once connected, the task's input trigger event will be the output event from another task or from the Starting Node
When user trying to create a new Flow, user is required to specify the trigger event:
1) Show a dialog with google style search box to specify trigger event. Search box will only show the data that is event data. 2) Once user choose the trigger event, a Starting Node with the name of the trigger event will show up on the FMX design panel 3) All tasks' input have to be connected, no task in the flow can have input that is not connected. Once connected, the task's input trigger event will be the output event from another task or from the Starting Node