Skip to content

Instantly share code, notes, and snippets.

@zahra-ove
Last active April 5, 2022 13:41
Show Gist options
  • Save zahra-ove/efbe3062739d1d88f6bd9f96e3f05414 to your computer and use it in GitHub Desktop.
Save zahra-ove/efbe3062739d1d88f6bd9f96e3f05414 to your computer and use it in GitHub Desktop.

Process Oriented Programming NOTES:

note1:

process-oriented programming can be defined as a paradigm in which the process structure and communication between processes of a system are the primary concerns. link

note2:

Workflow Engine vs Business Rules Engine

note3:

what is Domain Model? conceptual model of a system which describes various entities involved in that system and their relationships. link

note4:

BPMN elements: link

note5:

BPMN elements with xml equivalent code: link

note6:

EL(Expression Language) samples link

note7:

camunda modeler download link

note8:

Note to say1: link

Note to say2: link ---> open exclusive gateway/close exclusive gateway

Note to say3: link ----> important notes




PHPMentor:

note1:

@cymapgt In Workflower, a Role is mapped to a Swimlane of the workflow at source time to define the owner of the workflow elements on the lane, while a Participant is mapped to WorkItems at runtime to define the person (or not person) who will execute the Activity. And a Workflow object will check whether or not the given participant (usually the current user) has the role of the current activity on allocateWorkItem(), startWorkItem(), and completeWorkItem(). link

note2:

what is work item? a domain-specific task is a work item. link

note3:

about process definition and process instance : link

sample diagram: link




BPMN diagram notes

  1. https://camunda.com/bpmn/examples/
  2. XOR (Exclusive Gateway) notes : link
  3. BPMN glossary: link
  4. common mistakes in BPMN: link
  5. important/ BPMN tips link



Important Links:

link0

link1 ---> Japanese document

link2

link3 ---> related tutorial videos on youtube

link4 ---> important

**link5 ---> important link about bpmn elements with great explanation link6




Questions:

  1. dar file Bpmn2Reader.php (PHPMentors/workflower/src/Definition) , khate 78-86, ba in farz neveshte shode ke dar file .bpmn tanha yek process tag tarif shode?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment