PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Collapse]Additional programs
     AddUsers - Adding Database Users
    [Expand]PANTHEON Web Services (PAWS)
    [Expand]Datalab OTOS
    [Expand]Datalab CHRONOS
    [Expand]Datalab ATENA
    [Expand]Datalab Migrator
     Post-Migration Wizard
    [Expand]mobilni Potni Nalogi
    [Expand]Pantheon LX/LT
     Pantheon SHAKE
    [Collapse]PANTHEON Automation Server (PAAS)
     [Expand]Meaning and operation of PAAS
     [Expand]PAAS installation and testing
     [Collapse]Description of REST methods for processing tasks
       Examples of creating a new processing task
       Example of Get existing task status
       Example of a single resulting file download
      PAAS Multi server support
      Alternative to REST API
      Default values and PAAS.exe options
      PAAS upgrade
   [Expand]Old products
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 468.7564 ms
"
  1000001318 | 220992 | 371829 | Published
Label

Examples of creating a new processing task

89213.gif010380.gif010379.gif010381.gif010411.gif010382.gif010383.gif

 

Here, you can find two examples of creating a new processing task, namely:

1. An example of printing
2. An example of a workflow

 

1. Example of printing

POST /api/v1/SI_MF_DEMO/process/Printing

{ "FormClassName": "TPrometSkladKarton", "FormParameters": "epAuth=PROMETZALSKLKART", "ReportKey": "14B", "ExportExt": ".pdf", "FormTemplateName": "PAAS1" }

Returns:

HTTP 200 OK

{ "task": 1234, "runner": "54694EBF-7B93-464A-BE1A-F3B6F548ED16" }

 

2. Example of a workflow

POST /api/v1/SI_MF_DEMO/process/Workflow { "WorkflowKey": 8, "Variables": "DocumentKey=abcd" }

Returns:

HTTP 200 OK

{ "task": 1235, "runner": "180C25EA-F0DF-420C-8EC8-8C9FBB2CFBB1" }

 

 

Related topics:

 


 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!