Skip to content

Nexus#2137

Open
Su (sushmangupta) wants to merge 5 commits intomainfrom
add/nexus-info
Open

Nexus#2137
Su (sushmangupta) wants to merge 5 commits intomainfrom
add/nexus-info

Conversation

@sushmangupta
Copy link
Contributor

| Visual Workflow Builder | Drag-and-drop interface |
| Shopware Event Triggers | React to entity events |
| Schedule Triggers | Cron-based execution |
| Business Central Integration | CRUD for 300+ entities |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We significantly reduced this number because we wanted to ensure quality over quantity. In future, we will improve this significantly, but for now, it's only 3.

Suggested change
| Business Central Integration | CRUD for 300+ entities |
| Business Central Integration | CRUD for 3 entities |

Entities are items, customers, and salesOrders.

Comment on lines +18 to +20
| Sales Invoices | Get |
| Vendors | Get, Create, Update |
| Purchase Orders | Get, Create |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 3 aren't available yet.


## Supported Entities

| Entity | Operations |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there's value to the operations column because all the entities support the same operations set:

getAll, getOne, createOrUpdate, delete and action

Comment on lines +87 to +90
| Node | Description |
|------|------------|
| If | Conditional branching |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Node | Description |
|------|------------|
| If | Conditional branching |
| Node | Description |
|------|------------|
| If | True/False Conditional branching |
| Switch | Complex Conditional branching |
### Control nodes
| Node | Description |
|------|------------|
| Delay | Delay before continuing |

| Business Central Integration | CRUD for 300+ entities |
| Shopware API Actions | Call any endpoint |
| Slack Notifications | Send Slack messages |
| Conditional Logic | If/else branching |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Conditional Logic | If/else branching |
| Conditional Logic | If/else and switch branching |

| Shopware Event Triggers | React to entity events |
| Schedule Triggers | Cron-based execution |
| Business Central Integration | CRUD for 300+ entities |
| Shopware API Actions | Call any endpoint |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Shopware API Actions | Call any endpoint |
| Shopware API Actions | Call any endpoint in your store |
| API Requests | Call any external endpoint |

| Shopware API Actions | Call any endpoint |
| Slack Notifications | Send Slack messages |
| Conditional Logic | If/else branching |
| Data Transformation | Map and filter data |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Data Transformation | Map and filter data |
| S3 Storage | Store data on S3 |
| Data Transformation | Map and filter data |

| Draft | Editing | Save, Publish |
| Published | Built and ready | Execute |
| Active | Running | Undeploy |
| Deploying | Creating deployment | Wait |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Deploying | Creating deployment | Wait |
| State | Description | Available Actions |
|-------|------------|------------------|
| Draft | Editing | Save, Publish |
| Published | Built and ready | Execute |
| Deploying | Creating deployment | - |
| Active | Running | Undeploy |
| Inactive | Deployed but stopped | Execute, Delete |
| Undeploying | Removing deployment | - |
| Failed | Deployment or execution failed | Retry, Delete |

Added a few more states. Wait makes it seem like there'll be a button for the user that says Wait... Maybe just omit it?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants