Scheduled startup issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Jabbken
    replied
    I ran into the same challenge while sizing my market, and using TAM SAM SOM explained helped me sanity‑check my numbers instead of leaning on inflated industry stats. Grounding everything in a bottom‑up view made my pitch way clearer, and investors actually engaged with the logic instead of the hype. Keeping those three layers tight and justified really smooths out the whole story.
    Last edited by Jabbken; 03-03-2026, 01:17 PM.

    Leave a comment:


  • yuri
    replied
    As it's a completely separate issue, please create a separate topic.

    Leave a comment:


  • lazovic
    replied
    abidoss,

    Perhaps, on the server side where you are sending the request, there is some kind of restriction on accepting requests specifically from the URL of your production EspoCRM instance.

    As you noted earlier, this functionality works perfectly in the developer version of your instance, which naturally means that the error is clearly not on EspoCRM’s side.​

    Leave a comment:


  • abidoss
    replied
    Thank you for your help, but I only have this issue on the production version. Everything works fine on the dev version

    I tried to fill in all, same problem.

    Attached Files

    Leave a comment:


  • lazovic
    replied
    abidoss,

    Perhaps it’s make sense to fill in Headers and Content Type fields in this Send HTTP Request action.

    In general, status code 0 is a response object that generally means no response, and can occur for various reasons, like request time out.​

    Leave a comment:


  • abidoss
    replied
    hello,
    It's a simple query.
    Attached Files

    Leave a comment:


  • lazovic
    replied
    Hi abidoss,

    To analyze this error, we need to see your entire BPM, especially 33u051taek element. I recommend creating a new post for you regarding this error.

    Leave a comment:


  • abidoss
    replied
    Thank you, it works, but I encountered this error

    [2023-11-02 10:04:51] ERROR: Process 6543744343f82fc5a element 33u051taek: Workflow: Send Request action: 0 response.

    Leave a comment:


  • lazovic
    replied
    Hi abidoss,

    If you want to schedule the process running to every 5 minutes, please copy the following expression and paste it into the appropriate field:

    */5 * * * *

    Leave a comment:


  • abidoss
    started a topic Scheduled startup issue

    Scheduled startup issue

    It's the first time I'm using scheduled start via BPM or workflow, and it's giving me this error


    [2023-11-01 21:01:01] ERROR: JobManager: Failed job running, job '6542b9fa04771ca02'. Invalid CRON field value / at position 1; at /var/www/html/dev/vendor/dragonmantank/cron-expression/src/Cron/CronExpression.php:161.
    Attached Files
Working...