This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:tim:bausteine:serial_decision [2018/05/04 14:11] Julian Le created |
en:software:tim:bausteine:serial_decision [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Purpose of the component ==== | ==== Purpose of the component ==== | ||
+ | |||
Often a decision in TIM is made by many different departments or users. If one of them declines, it does not matter how the others decide and it is declined. | Often a decision in TIM is made by many different departments or users. If one of them declines, it does not matter how the others decide and it is declined. | ||
- | ----- | + | ---- |
==== Which actitvities and gateways do I need in a process? ==== | ==== Which actitvities and gateways do I need in a process? ==== | ||
+ | |||
Activities and gateways that ar needed for implementation: | Activities and gateways that ar needed for implementation: | ||
- | *XOR (amount depending on different users) | ||
- | | ||
- | ----- | + | * XOR (amount depending on different users) |
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Which actionhandlers do I need? ==== | ||
- | ==== Which actionhandlers do I need?==== | ||
Actionhandler that are needed for implementation: | Actionhandler that are needed for implementation: | ||
- | *[[software:tim:actionhandler:VariableDecisionHandler|VariableDecisionHandler]] | ||
- | ----- | + | * [[:software:tim:actionhandler:variabledecisionhandler|VariableDecisionHandler]] |
+ | |||
+ | ---- | ||
==== Smartform ==== | ==== Smartform ==== | ||
+ | |||
We need the option to release or decline for all 3 reviewer in the smartform. | We need the option to release or decline for all 3 reviewer in the smartform. | ||
Line 30: | Line 35: | ||
</code> | </code> | ||
+ | ==== Integration ==== | ||
- | ==== Integration ==== | + | {{ :en:software:tim:bausteine:serial_decision.png?800x397 }} |
- | {{ :software:tim:bausteine:serielleentscheidung.png?500 |}} | + | |
- | ==XOR´s== | + | == XOR´s == |
On the XOR gateway a VariableDecisionHandler is to be set, which accesses the releasevarible in the smartform. | On the XOR gateway a VariableDecisionHandler is to be set, which accesses the releasevarible in the smartform. | ||
+ | |||
+ |