-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAQ Questions, Guest Feature and Display UI Help in forms #555
Conversation
docs/Support/FAQ.md
Outdated
|
||
**30: What is the difference between SpiffWorkflow's core library and BPMN?** | ||
|
||
**A:** SpiffWorkflow is essentially divided into two main components. The core library is a versatile workflow library designed for a wide range of workflow patterns. On the other hand, the BPMN component was introduced later and is more aligned with the Camunda model. Our custom extensions, tailored for specific functionalities, reside in [SpiffWorkflow/spiff](https://github.com/sartography/SpiffWorkflow/tree/main/spiff). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this could say that the BPMN component was added to provide support for this useful standard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/Support/FAQ.md
Outdated
|
||
**31: Where can I configure an SMTP server for Spiffworkflow to send email notifications?** | ||
|
||
**A:** To configure an SMTP server for email notifications, you can utilize connectors and service tasks within SpiffWorkflow. For instance, connectors can be set up to send notifications to platforms like Slack. Alternatively, script tasks can also be employed for this purpose. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would probably remove the sentence about potentially using script tasks for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/Support/FAQ.md
Outdated
|
||
**A:** The collaboration flag enables the simultaneous loading of multiple top-level processes within a single workflow. This results in the creation of a subworkflow for each process, allowing them to initiate concurrently. | ||
|
||
A practical application of this might be when two processes need to interact but remain independent of each other. While applications like SpiffArena can manage this, it's often more efficient to handle such processes directly within SpiffWorkflow, ensuring a consistent approach. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’d remove this last sentence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/Support/FAQ.md
Outdated
|
||
**29: What is the difference between SpiffWorkflow's core library and BPMN?** | ||
|
||
**A:** SpiffWorkflow is essentially divided into two main components. The core library is a versatile workflow library designed for a wide range of workflow patterns. On the other hand, the BPMN component was added to provide support for this useful standard library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove library here, as this is a reference to the BPMN standard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it.
Created new questions for FAQ after the 24th Question and added Display UI Help in Forms.