Difference between revisions of "Help:Action"
Jump to navigation
Jump to search
(created by WikiTask 2017-04-18T07:56:32Z) |
(modified by py-yprinciple-gen 0.3.4) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|?Topic documentation = documentation | |?Topic documentation = documentation | ||
}} | }} | ||
+ | |||
=== Documentation === | === Documentation === | ||
An action/function/operation to be performed | An action/function/operation to be performed | ||
Line 25: | Line 26: | ||
|format=table | |format=table | ||
}} | }} | ||
− | |||
=== uml === | === uml === | ||
− | <uml> | + | <uml format='svg'> |
title Action | title Action | ||
note as ActionDiagramNote | note as ActionDiagramNote | ||
− | Copyright (c) 2015- | + | Copyright (c) 2015-2024 BITPlan GmbH |
[[http://www.bitplan.com]] | [[http://www.bitplan.com]] | ||
end note | end note | ||
Line 51: | Line 51: | ||
ActionNote .. Action | ActionNote .. Action | ||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
− | ' Copyright (c) 2015- | + | ' Copyright (c) 2015-2024 BITPlan GmbH |
− | ' see | + | ' see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI |
− | ' skinparams generated by | + | ' skinparams generated by py-yprinciple-gen |
skinparam note { | skinparam note { | ||
BackGroundColor #FFFFFF | BackGroundColor #FFFFFF | ||
Line 129: | Line 129: | ||
' end of skinparams ' | ' end of skinparams ' | ||
</uml> | </uml> | ||
− | |||
see also | see also | ||
* [[List of Actions]] | * [[List of Actions]] | ||
Line 137: | Line 136: | ||
* [[:Template:Action]] | * [[:Template:Action]] | ||
* [[:Form:Action]] | * [[:Form:Action]] | ||
− | |||
[[Category:Action]] | [[Category:Action]] |
Latest revision as of 09:43, 15 November 2024
Help for Action
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
Action | Action | Actions | An action/function/operation to be performed |
Documentation
An action/function/operation to be performed
Example Actions
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
Action actionpage | What page will 'steer' this action? | Types/Page | actionpage | actionpage | false | false | |
Action author | the author of this action | Types/Page | author | author | false | false | |
Action comment | a comment for the action | Types/Text | comment | comment | false | false | |
Action engine | the template engine to be used either Rythm or Freemarker | Types/Text | engine | engine | rythm,freemarker | false | false |
Action input | the decription of the input e.g. a page name, url or SMW ask query | Types/Code | input | input | false | false | |
Action inputtype | What is the type of the input? | Types/Text | inputtype | inputtype | Query,Page,URL | false | false |
Action name | The name of the Action | Types/Text | name | name | true | false | |
Action output | where the output of the action should go | Types/Text | output | output | |||
Action service | The service to be used | Types/URL | service | service | |||
Action servicetype | The type of the service | Types/Text | servicetype | servicetype | WikiTask | true | false |
Action since | since when is this action available? | Types/Date | since | since | false | false |
uml
see also