This is a working list of docs to get PRs with “clarity updates”.
basically doc pages that usually already have the content but it could use some additional simplification or more commonly, additional prominence on the page.
Feel free to post additional requests.
-
Call Activity: Combination with Input and Output variables: Clarification of Docs: Call Activity: Combination with Input/Output parameters
-
Getting and Setting Process Variables (especially with scripting)
-
Candidate User/Groups vs User/Group Constructions: Candidate User / Groups vs Potential User/Groups constructs? - User Task Assignment
-
Curl Deployment examples: forms, files, etc
-
Arrays/Collections as Process Variables or Task variables
-
Additional common Timer usage examples (date, duration, cycle)
-
Updates to docs around Embedded Forms formKey in Modeler/XML.
embedded:deployment:form key
-
camForm usage variables/info such as getting Deployment ID from camForm object.
-
Additional SPIN usage examples for Scripting, and common use cases
-
Loading files from a deployment through rest API within form.
-
Pool/Lane coverage explanation. (no section currently in docs Ref > BPMN2>?)
-
http-connector configuration in Modeler + Use case scenarios for GET and POST (HIGH PRIORITY - Lots of Forum questions ask about the usage)
-
broken links at bottom of page: https://docs.camunda.org/manual/7.4/webapps/tasklist/tasklist-plugins/see: https://github.com/camunda/camunda-docs-manual/pull/90 -
EL/Expression language common use cases and examples. Concat, etc
-
cleanup of : https://docs.camunda.org/manual/7.5/user-guide/process-engine/scripting/#variables-available-during-script-execution
-
Additional scripting examples when using execution variable and accessing engine services
-
Business Key creation and use cases: only being able to create at process start, etc. (support: Business Key)
-
JavaScript scripting: use of Nashorn and the “extras” that Nashorn provides (support: https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/).
-
Additional Scripting Examples of usage of DelegateExecution and chaining with
ProcessEngineServices
-
execution javadocs usage (based on convo in: Using JS SDK helpers in Task Scripting?)
-
Broken link on page: https://docs.camunda.org/manual/7.5/reference/bpmn20/events/timer-events/#time-cycle. The CronTrigger Tutorial link is broken.
-
Boundary events (incl. Timer Boundary Events) cannot be updated during Execution Listener Start Event: User task timer boundary event based on expression set in user task listener. The boundary events are evaluated during activity initialization, which occurs before Execution Start.
-
engine doesn’t support receive tasks in combination with an event-based gateway. as per: Calling several Receive Tasks