Skip to content
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

Merged
merged 5 commits into from
Oct 31, 2023

Conversation

usama9500
Copy link
Collaborator

Created new questions for FAQ after the 24th Question and added Display UI Help in Forms.

@usama9500 usama9500 changed the title FAQ Questions and Display UI Help in forms FAQ Questions, Guest Feature and Display UI Help in forms Oct 22, 2023
@usama9500 usama9500 requested review from burnettk and danfunk October 22, 2023 11:13

**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).
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done


**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.
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done


**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.
Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done


**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.
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removed it.

@burnettk burnettk merged commit cf65c0f into main Oct 31, 2023
37 checks passed
@burnettk burnettk deleted the docs/FAQ_and_Guest_Feature branch October 31, 2023 15:28
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