Workflow Commands — LendableObject
Domein-overzicht van 3 workflow commands uit DLL Ultimo.Process.Business.Command.LendableObject.
Deze pagina lijst de classes die worden aangeroepen vanuit <Command CommandName="..."> in workflow-XML.
Baseline: Ultimo 19.10.11.414 (november 2019). Method-bodies kunnen in nieuwere versies afwijken; class-signatures (inputs/outputs) zijn doorgaans stabiel. Voor live-XML gebruik
lookup_workflow(...)en raadpleeg de daadwerkelijke<Command>-aanroep.
Snel zoekenbewerken
- Eén command opvragen:
lookup_command("LendableObjectMutationLine_Reopen") - Alle LendableObject-commands:
find_commands("", dll="LendableObject") - Zoek binnen dit domein:
find_commands("<term>", dll="LendableObject")
Overzichtbewerken
| Command | Inputs | Outputs | Beschrijving |
|---|---|---|---|
LendableObjectMutationLine_Reopen |
LendableObjectMutationLine: ILendableObjectMutationLine |
— | |
LendableObjectMutation_PreApprove |
LendableObjectMutation: ILendableObjectMutation |
— | |
LendableObjectMutation_PreMutationApprove |
LendableObjectMutation: ILendableObjectMutation |
— |
Details per commandbewerken
LendableObjectMutationLine_Reopenbewerken
Inputs
LendableObjectMutationLine:ILendableObjectMutationLine
Bron: Ultimo.Process.Business.Command.LendableObject/Ultimo.Process.Business.Command.LendableObject/LendableObjectMutationLine_Reopen.cs
LendableObjectMutation_PreApprovebewerken
Inputs
LendableObjectMutation:ILendableObjectMutation
Bron: Ultimo.Process.Business.Command.LendableObject/Ultimo.Process.Business.Command.LendableObject/LendableObjectMutation_PreApprove.cs
LendableObjectMutation_PreMutationApprovebewerken
Inputs
LendableObjectMutation:ILendableObjectMutation
Bron: Ultimo.Process.Business.Command.LendableObject/Ultimo.Process.Business.Command.LendableObject/LendableObjectMutation_PreMutationApprove.cs
Brondatabewerken
Let op: De tabel hierboven is gegenereerd uit decompiled 19.10 broncode. Voor het exact aanroepen van een command in een workflow gebruik de tool-calls hieronder.
- Eén Command opvragen —
lookup_command("<CommandName>")Officiële beschrijving + typed inputs/outputs. Bron:Data/commands_index.json(geëxtraheerd uit decompiledUltimo.Process.Business.Command.LendableObject.dll). - Domein-zoekopdracht —
find_commands(query, dll="LendableObject")Scored search over naam + beschrijving binnen alleen dit domein. - Workflow waarin deze Command voorkomt —
lookup_workflow("<WorkflowName>")Live-XML uitworkflows.xml; bevat de<Command>-aanroep met property-mappings.